]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Update README.md
authorValerie Pond <redacted>
Wed, 4 Jan 2023 17:06:34 +0000 (17:06 +0000)
committerValerie Pond <redacted>
Wed, 4 Jan 2023 17:06:34 +0000 (17:06 +0000)
README.md

index 52a6cdb439ee7083903ec7d2d119caba3f851dc7..3022c85428a793d6012145d142d9a807eeb393b0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,4 +2,37 @@
  UnrealIRCd Administration WebPanel
  
  <img src="https://i.ibb.co/7jtddG4/Screenshot-from-2022-12-31-04-53-35.png">
-(wuuuut)
+
+## Prerequisites ##
+- PHP 7 or later
+- A webserver
+- UnrealIRCd 6.0.5
+
+## Installation ##
+
+Note: This instructional assumes this is going to be hosted in the webroot directory `/var/www/` (html/) directory.
+You may want to hide this somehow. Well, you definitely should. I don't know how to do that though. Sorry.
+
+Please make sure you have [correctly setup UnrealIRCd for use with JSON-RPC](https://www.unrealircd.org/docs/JSON-RPC) before you continue.
+
+1. First, if you have just installed apache2 or something else, remove the `html` directory and navigate to `/var/www/`
+```
+cd /var/www/
+rm -rf html
+```
+
+2. Clone this repository to a new directory called `html`
+```
+git clone https://github.com/ValwareIRC/unrealircd-webpanel html
+```
+
+3. Move into the `html` directory and edit the configuration file
+```
+cd html
+nano config.php
+```
+The file will look like this:<br>
+<img src="https://i.ibb.co/zZ7LsXD/Screenshot-from-2023-01-04-17-03-20.png">
+
+Edit the configuration file to match your UnrealIRCd's RPC credentials and save
+