-
Notifications
You must be signed in to change notification settings - Fork 0
Home
skierons edited this page Feb 6, 2013
·
7 revisions
Welcome to the Battlesnakes-V2 wiki!
HOW TO SETUP NODE CORRECTLY IN ORDER TO UPDATE
cd into main thing,
npm install express socket.io,
npm install mongoose
HOW TO GENERATE AN SSH-KEY
ssh-keygen rsa -C "[email protected]"
HOW TO ADD YOUR SSH-KEY ON LONDO
exec ssh-agent bash,
ssh-add ~/.ssh/[private key name],
Check if connection can be made:
ssh -T [email protected]