You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of these instructions is to make streembit-cli app automatically start on system boot up.
To acheive this we will rely on [PM2]: https://www.npmjs.com/package/pm2
if you followed Raspberry Pi installation guide you already have pm2, otherwise
it is advisable to have pm2 installed globally
sudo npm -g pm2
First start the app using pm2start.js script and your password
$ node pm2start --pwd=YOUR_PASSWORD
after the app successfully started (make sure of it by looking at pm2 logs) first save current process list