Intentionally minimal forum software.
This project is still in early development
Install NodeJS (I suggest using Volta)
sudo apt install mysql-server
sudo systemctl start mysql.service
git clone [email protected]:That-Thing/e-scapism.git
cd e-scapism
Modify the config
make sure to change the salt (line 5)
nano config/config.json
Enter the MySQL console
mysql -u username -p
In the MySQL console, execute the escapism sql file.
mysql> source /path/to/escapism/escapism.sql
Once the database has been created, press CTRL+D
to exit.
node app.js