Skip to content

Installation

Sam Bloom edited this page Jul 24, 2022 · 13 revisions

Installation

You can deploy this on Heroku Deploy or alternatively, you can self host it yourself Requirements: at least Node.js 14.x.x Ubuntu ^18.04 Debian ^9 Cent-OS and FreeBSD supported, however, we dont cover this on documentation Windows is partially supported but seriously, if you host this from windows, you deserve to go to hell.

Recommendations: AVX compatible CPU Redis server a domain

Step 1:

Download node.js

curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - apt install -y nodejs

Clone this wiki locally