Skip to content

Server Setup Process

Ben Hawker edited this page Oct 13, 2016 · 1 revision

To start from scratch

  1. First spin up a server and add root@138.68.47.4 to log into the system (ensure your public ssh key has been added)
  2. adduser wubbadub to create a user to become sudo/admin
  3. adduser clubhub to create the clubhub service user
  4. gpasswd -a wubbadub sudo to add wubbadub to the sudo group
  5. curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.0/install.sh | bash to install nvm
  6. sudo ln -s which nodejs /usr/bin/node
  7. nvm install 6.7 installs version 6.7 of node

Clone this wiki locally