X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/aef43f9e2abfb3232787a2abb7461890893599ee..3f431b7a3666a818f0895e14049b1d25aa8df924:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 5d03f47..3ac6d0f 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,20 @@ # unrealircd-webpanel UnrealIRCd Administration WebPanel - + ## Prerequisites ## -- PHP 7 or later +- PHP 8 or later - A webserver -- UnrealIRCd 6.0.5 +- 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. @@ -19,7 +26,7 @@ Please make sure you have [correctly setup UnrealIRCd for use with JSON-RPC](htt this repository: ``` cd /var/www/html -git clone https://github.com/ValwareIRC/unrealircd-webpanel +git clone https://github.com/unrealircd/unrealircd-webpanel ``` - Go into the directory and run composer to install the dependencies