0.2.0 • Published 8 years ago

verse-client v0.2.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

Verse

Set up production server:

Starting from Debian 8.5 x64:

# Log in as root

cd /root
apt-get update
apt-get install -y nginx nodejs npm git
sudo ln -s "$(which nodejs)" /usr/bin/node
npm i -g pm2
ssh-keygen -f /root/.ssh/id_rsa -N '' -C 'verse-server'

# Add this key on github:
echo /root/.ssh/id_rsa.pub

cp config/nginx.conf /etc/nginx/nginx.conf
nginx -s reload

git clone git@github.com:ericvicenti/verse.git
cd /root/verse
pm2 start verse-server.js
```