Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo apt-get update
- sudo apt-get install apache2
- sudo service apache2 restart
- cd /var/www/bot
- apt-get install npm
- curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
- sudo apt-get install -y nodejs
- sudo apt-get install curl
- npm install crypto
- npm install forever -g
- npm install forever-monitor -g
- forever start bot.js
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement