# BiglyChat BiglyChat is a forum and authentication server for indie games. It replaces Discord for dervland.net, but is usable for other sites. ## Running Clone this repository into your Apache or NGINX configuration: ``` git clone https://git.dervland.net/biglyderv/new-bigly-chat cd new-bigly-chat ``` Create directories: ``` mkdir docs/pfp ``` Create a file named ``test_secret.php`` in the ``libs`` folder: ``` ``` Initialize the database from the ``scripts`` folder. After all of this is complete, you should have a working BiglyChat installation.