]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - README.md
Update with enticing description
[irc/unrealircd/unrealircd-webpanel.git] / README.md
index 438c938417f1a0b3441a0ecde03f437068ff4882..77606c150077ec0386e3ba99469bdfbade078194 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,13 +1,30 @@
-# unrealircd-webpanel
- UnrealIRCd Administration WebPanel
+## UnrealIRCd Administration WebPanel
  
- <img src="https://i.ibb.co/yP7tk6B/Screenshot-from-2023-01-10-17-54-01.png">
+ Are you tired of managing your IRC network through a command line interface? Do you wish there was a more user-friendly way to keep track of your servers, channels, and users? Look no further than the UnrealIRCd Web Panel!
+
+This web-based tool provides a comprehensive overview of your IRC network, including all channels and users, as well as detailed information about individual servers and users. With the UnrealIRCd Web Panel, you can easily add and remove server bans and spamfilter entries, rehash your entire network, and filter lists of information based on input criteria, all from the convenience of your web browser.
+
+One of the key features of the UnrealIRCd Web Panel is its user-friendly interface. The panel is designed to be easy to navigate, with all the information you need displayed in an organized and easy-to-understand format. This makes it much easier to manage your network, especially if you have multiple servers or a large number of users.
+
+Additionally, the UnrealIRCd Web Panel is a great tool for keeping track of your network's activity. You can view detailed information about the channels and users on your network as well as manage your servers. This allows you to quickly identify and address any issues that may arise.
+
+Overall, the UnrealIRCd Web Panel is a must-have tool for any administrator managing an IRC network. Its user-friendly interface and powerful management capabilities make it easy to keep track of your network and ensure that everything is running smoothly. So why not give it a try and see how it can improve your IRC network management experience?
+
+## Example Overview
+ <img src="https://i.ibb.co/7SdFZnk/Screenshot-from-2023-01-14-07-26-21.png">
 
 ## Prerequisites ##
 - PHP 8 or later
 - A webserver
 - UnrealIRCd 6.0.6-git recommended. Minimal functionality available with UnrealIRCd 6.0.5.
 
+Note: PHP 8 may require special installation instructions.
+Here are some instructions for:
+- [Ubuntu 20/22](https://linuxhint.com/install-php-8-ubuntu-22-04/)
+- [Debian](https://www.vultr.com/docs/how-to-install-php-8-on-debian-11/)
+- [CentOS](https://www.tecmint.com/install-php-8-on-centos/)
+
+For more installation methods for PHP 8, make a websearch for how to install PHP 8 on your operating system.
 ## Installation ##
 
 Note: This instructional assumes this is going to be hosted in the webroot directory `/var/www/` (html/) directory.
@@ -46,7 +63,7 @@ NOTE: You most likely want to put the webpanel behind a login, using a
 For end-users, when you want to update to the latest version:
 ```bash
 git pull
-composer update
+composer install
 ```
 
 ## Developers ##
@@ -55,7 +72,7 @@ above. However, sometimes you will want to update to a newer version
 of the unrealircd-rpc-php library. You then need to run:
 ```bash
 # For devs only!
-composer install
+composer update
 git commit composer.lock
 ```
 Commiting the composer.lock file updates the dependency for all