Skip to content

That-Thing/e-scapism

Repository files navigation

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

About

Extremely minimalist forum software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published