Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
1,220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. sudo apt-get update
  2. sudo apt-get install apache2
  3. sudo service apache2 restart
  4.  
  5.  
  6. cd /var/www/bot
  7. apt-get install npm
  8. curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
  9. sudo apt-get install -y nodejs
  10. sudo apt-get install curl
  11. npm install crypto
  12. npm install forever -g
  13. npm install forever-monitor -g
  14. forever start bot.js
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement