Created
June 11, 2015 12:41
-
-
Save mael/70872c4e01790b0224c4 to your computer and use it in GitHub Desktop.
NodeJS, npm, mongodb, forever....
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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