verse-client

0.2.0 • Public • Published

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
```

Dependents (1)

Package Sidebar

Install

npm i verse-client

Weekly Downloads

0

Version

0.2.0

License

ISC

Last publish

Collaborators

  • ericvicenti