Skip to content
Mohammad Anwari edited this page May 28, 2015 · 1 revision

Deploy

npm install -g pm2
mkdir data
cd data
npm install data.blankon.id
npm install data.blankon.id-weather
pushd node_modules/data.blankon.id/sources
ln -s ../../data.blankon.id-weather weather
popd
pm2 server.js

Updating

cd data
npm update
pm2 restart all
Clone this wiki locally