Skip to content

Instantly share code, notes, and snippets.

@mael
Created June 11, 2015 12:41
Show Gist options
  • Save mael/70872c4e01790b0224c4 to your computer and use it in GitHub Desktop.
Save mael/70872c4e01790b0224c4 to your computer and use it in GitHub Desktop.
NodeJS, npm, mongodb, forever....
#Install nodejs
sudo apt-get install nodejs
sudo apt-get install npm
sudo ln -s /usr/bin/nodejs /usr/bin/node
#Install mongodb
http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/
->robomongo in port 27017
#Install forever
https://github.com/foreverjs/forever
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment