Advertisement
Guest User

Untitled

a guest
May 20th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #Zazu
  2. ###Check-IN
  3.  
  4. #### Config
  5. ##### SSH
  6.  
  7. username: `*******`
  8. password: `*******`
  9.  
  10. ##### Updating
  11. * Kill all Node processes (normally 2):
  12. * `sudo ps -aux | grep node`
  13. * `sudo kill -SIGKILL xxx yyy`
  14. * Navigate to weezsocial
  15. * `cd /home/pi/dev/weezsocial`
  16. * Update
  17. * `git pull`
  18. * `npm install`
  19. * `npm update`
  20. * Reboot
  21. * `sudo reboot`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement