bigly-chat/README.md
2025-02-07 02:52:53 -05:00

22 lines
681 B
Markdown
Executable file

# BiglyChat
BiglyChat is a forum and authentication server for indie projects. 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
mkdir docs/pic
```
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');
$node_backend = 'https://your.api.com'; // from https://git.dervland.net/biglyderv/bigly-caret
?>
```
Initialize the database from the ``scripts`` folder.