Tuesday, February 5, 2013

node.js+mongoDB+bootStrap+ angularjs

 nodejs book
http://visionmedia.github.com/masteringnode/book.html

expressjs
http://expressjs.com/guide.html

================
1, install node.js
   29  wget http://nodejs.org/dist/v0.8.18/node-v0.8.18.tar.gz
   35  ./configure
   36  make
   32  yum search gcc
   33  yum install gcc-c++
   38  yum install mlocate
   40  updatedb
   54  /usr/local/bin/node
   55  /usr/local/bin/node --help
   56  /usr/local/bin/node -v

2,

No comments:

Post a Comment