-
Notifications
You must be signed in to change notification settings - Fork 19
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:
git clone https://github.com/AgustinSRG/Showdown-ChatBot.git Showdown-ChatBot
- Use
cd Showdown-ChatBot
to enter Showdown-ChatBot folder - Install dependencies using the command:
npm ci
- In order to start Showdown-ChatBot, run the command:
npm start
If you want to stop it, you can do Ctrl + C
- Open your web browser and go to
http://localhost:8080
, your bot's control panel - Login with
User: admin
andPassword: admin
, then change your password or create a new account inUsers
option, give root permission to that account, login with that account and remove the originaladmin
account
Showdown ChatBot is distributed under the terms of the MIT License