Another social media / account server thing https://nbg.dervland.net
Find a file
2025-01-28 18:46:23 -05:00
docs fix 2025-01-28 18:46:23 -05:00
libs icon 2025-01-28 17:09:23 -05:00
scripts starting to clean up this code 2025-01-07 15:19:55 -05:00
.gitignore embeds 2024-12-07 17:51:05 -05:00
LICENSE.txt fix link wrapping 2024-12-04 22:44:00 -05:00
README.md fix weird ping messages 2025-01-05 02:47:50 -05:00

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:

<?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.