Skip to content

Installation Guide (GNU Linux)

Agustín San Román edited this page Apr 14, 2023 · 4 revisions

In order to install Showdown ChatBot in a GNU/Linux O.S. follow the following steps:

  1. Make sure you have installed NodeJs and Git
  2. Clone Showdown-ChatBot repository using the command:
git clone https://github.com/AgustinSRG/Showdown-ChatBot.git Showdown-ChatBot
  1. Use cd Showdown-ChatBot to enter Showdown-ChatBot folder
  2. Install dependencies using the command:
npm ci
  1. In order to start Showdown-ChatBot, run the command:
npm start

If you want to stop it, you can do Ctrl + C

  1. Open your web browser and go to http://localhost:8080, your bot's control panel
  2. Login with User: admin and Password: admin, then change your password or create a new account in Users option, give root permission to that account, login with that account and remove the original admin account