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-scapismModify the config
make sure to change the salt (line 5)
nano config/config.jsonEnter the MySQL console
mysql -u username -pIn the MySQL console, execute the escapism sql file.
mysql> source /path/to/escapism/escapism.sqlOnce the database has been created, press CTRL+D to exit.
node app.js