Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (31 loc) · 1.24 KB

OLD_README.md

File metadata and controls

40 lines (31 loc) · 1.24 KB

(No longer maintained)

Getting Started

Ensure you have PHP and NodeJS installed on your system or that the PHP and NodeJS binaries are in your system path.

git clone ....
cd unrealircd-webpanel

Then install the project dependancies

composer install && npm install

You'll need to make sure you're running composer version 2 or higher.

If you are making any changes to the front-end code (located in resources/js), you'll need to also run

npm run dev

This will run the Vite dev server and changes will be reflected immediately in the browser.

Configuring

There are two configuration files you'll need to configure to match your setup.

Outside of this, you will need to create an rpc-user {} block as well as a listen {} block in your UnrealIRCd. For more information on configuring your UnrealIRCd for RPC, check this link

Running

To run the webpanel:

php artisan serve

then point your browser at http://localhost:8000

Documentation

to do...