From 7c8eae27f576ef61955fc68f8a842d42a8c4b28d Mon Sep 17 00:00:00 2001 From: biglyderv Date: Tue, 3 Dec 2024 02:31:21 -0500 Subject: [PATCH] readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index e69de29..c1de1a4 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,21 @@ +# BiglyChat +BiglyChat is a forum, authentication server, and a timeline social media. It was designed as an alternative to Discord for dervland.net, but can be used for other sites as well. + +## 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. \ No newline at end of file