NOTES
- I am running Debian Wheezy stable with backports
- Installing npm
- sudo apt-get install nodejs
- sudo curl https://www.npmjs.org/install.sh | sudo sh
- sudo npm install -g mean-cli
- sudo apt-get install mongodb
- sudo apt-get install grunt
- sudo npm install -g grunt-cli
- mean init yourNewApp
- cd yourNewApp && npm install
- grunt
I think the above represents the gist of what I did...I had a few hiccups along the way. I found the MEAN.io documentation helpful.
No comments:
Post a Comment