fix README
This commit is contained in:
parent
2fa3b4f4e1
commit
096f8e9012
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# BiglyChat
|
# BiglyChat
|
||||||
BiglyChat is a forum and authentication server for indie games. It replaces Discord for dervland.net, but is usable for other sites.
|
BiglyChat is a forum and authentication server for indie projects. It replaces Discord for dervland.net, but is usable for other sites.
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
Clone this repository into your Apache or NGINX configuration:
|
Clone this repository into your Apache or NGINX configuration:
|
||||||
|
@ -10,6 +10,7 @@ cd new-bigly-chat
|
||||||
Create directories:
|
Create directories:
|
||||||
```
|
```
|
||||||
mkdir docs/pfp
|
mkdir docs/pfp
|
||||||
|
mkdir docs/pic
|
||||||
```
|
```
|
||||||
Create a file named ``test_secret.php`` in the ``libs`` folder:
|
Create a file named ``test_secret.php`` in the ``libs`` folder:
|
||||||
```
|
```
|
||||||
|
@ -18,4 +19,3 @@ Create a file named ``test_secret.php`` in the ``libs`` folder:
|
||||||
?>
|
?>
|
||||||
```
|
```
|
||||||
Initialize the database from the ``scripts`` folder.
|
Initialize the database from the ``scripts`` folder.
|
||||||
After all of this is complete, you should have a working BiglyChat installation.
|
|
||||||
|
|
Loading…
Reference in a new issue