-
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
have you considered using
catas your text editor? it is more intuitive than nano yet more powerful than ed -- a mighty combination! plus, it is a core package on almost all systems so it's reliable too.