您的位置:首页 > 数据库 > Mongodb

install MEAN(MongoDB,Expressjs,Angularjs,Nodejs)

2014-05-14 19:23 232 查看
First ,install nodejs.

address: http://nodejs.org/
Download the source code. And extract it..

./configure

make

make install.

Second install mongoDB

Address: http://www.mongodb.org/
Download it , and run it .The program's name is /bin/mongod .

Third, install socketio

command: sudo npm install socket.io

Fourth ,Install grunt

Address:http: //www.w3cplus.com/tools/grunt-tutorial-installing-grunt.html

Last install MEAN.io

Address: http://mean.io/#!/docs
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: