Another social media / account server thing https://nbg.dervland.net
Find a file
2024-12-03 02:31:21 -05:00
docs stupid 2024-12-02 23:23:35 -05:00
libs roles 2024-12-02 07:59:45 -05:00
scripts roles 2024-12-02 07:59:45 -05:00
.gitignore pfp test 2024-11-26 23:37:16 -05:00
LICENSE.txt boilerplate, setupguide needs to be added 2024-12-02 09:36:18 -05:00
README.md readme 2024-12-03 02:31:21 -05:00

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:

<?php
    $db = new PDO('pgsql:host=YOUR_HOST;dbname=YOUR_DB', 'YOUR_USER', 'YOUR_PASS');
?>

Initialize the database from the scripts folder. After all of this is complete, you should have a working BiglyChat installation.