install MEAN(MongoDB,Expressjs,Angularjs,Nodejs)

来源:互联网 发布:c语言制表符是什么 编辑:程序博客网 时间:2024/06/07 03:38

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

0 0
原创粉丝点击