Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 2.28 KB

README.md

File metadata and controls

49 lines (25 loc) · 2.28 KB

New Order Alliance Organizer version

Discord bot for Lineage II community

L2Reborn x1 Interlude. New Order alliance

L2Reborn

Quick Start

javascript logo node.js logo discord logo postgresql logo prisma logo express logo docker logo

Run the bot in development mode:

  1. Install NodeJS

  2. Run command npm i

  3. Change values of variables in the file .env

  4. Run command npx prisma generate

  5. Run command npx prisma migrate dev --name init

  6. Run command npm run dev

Build and run the bot in production mode:

  1. Install Docker

  2. Change values of variables in the file docker-compose.yml

  3. Run command docker-compose up

Deploy to Heroku:

  1. Create APP on Heroku

  2. Install Heroku CLI

  3. Run heroku stack:set container -a your-app-name

  4. Change values of variables in the file heroku.yml

  5. Connect your GitHub repo and deploy the bot

License

MIT licensed