- Install latest Node.JS
- Install PostgreSQL
- Install Redis
- Add
127.0.0.1 localhost.xyzand127.0.0.1 ru.localhost.xyzto your/etc/hostsfile - Run
npm install - Create the database:
npm run db:full - Start database jobs:
npm run database - Start the website available at
https://localhost.xyz:npm run website - Start the bot:
npm run bot
- Install WSL
- Follow instructions for Linux