Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 777 Bytes

README.md

File metadata and controls

45 lines (35 loc) · 777 Bytes

E-Scapism

Intentionally minimal forum software.
This project is still in early development

Installation

Node JS

Install NodeJS (I suggest using Volta)

MySQL

sudo apt install mysql-server
sudo systemctl start mysql.service

Clone repository

  git clone git@github.com:That-Thing/e-scapism.git
  cd e-scapism

Modify the config
make sure to change the salt (line 5)

nano config/config.json

Initialize SQL Database

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.

Running

node app.js