-
Notifications
You must be signed in to change notification settings - Fork 1
Server Setup Process
Ben Hawker edited this page Oct 13, 2016
·
1 revision
To start from scratch
- First spin up a server and add
root@138.68.47.4to log into the system (ensure your public ssh key has been added) -
adduser wubbadubto create a user to become sudo/admin -
adduser clubhubto create the clubhub service user -
gpasswd -a wubbadub sudoto add wubbadub to the sudo group -
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bashto install nvm -
sudo ln -swhich nodejs/usr/bin/node -
nvm install 6.7installs version 6.7 of node