-
Terminal / SSH Acess: putty (for vps) or Terminal if operating linux
-
GIT (documentation)
-
Node.js (documentation) (you will need to install git first)
-
Clone:
git clone https://github.com/zarel/pokemon-showdown && cd pokemon-showdown -
Install Modules:
npm install -
Config:
cd config && cp config-example.js config.js -
Edit Config: Now you can edit
config.jswith nano or ed. Nano is easier to use but might not be pre-installed like ed -
Usergroups: You might want to give yourself Administrator in your server, to do so:
echo "USER,~" >> usergroups.csv(replace USER with the person you want as admin) -
Start:
cd - && node app.js -
Now you can access your server at
ip:port
@maikerushoruzu, seems like a nice idea, Implemented :)
EDIT: Dosent work it overwrits the file every edit