My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
install  
Updated Nov 6, 2011 by jiangjia...@gmail.com

windows 安装

1 mongodb

http://www.mongodb.org/downloads 下载win32版本,解压到磁盘目录

bin/mongod --dbpath=..\data

2. nodejs

建立目录 c:\nodejs\bin

下载windows exe版本到c:\nodejs\bin

增加c:\nodejs\bin;到path 增加%cd% set path=%PATH%;%CD% setx path "%PATH%"

增加NODE_PATH

安装npm

git config --system http.sslcainfo /bin/curl-ca-bundle.crt

git clone --recursive git://github.com/isaacs/npm.git

cd npm

node cli.js install npm -gf

会安装到c:\nodejs\bin\node_modules

3.

npm install expres -g

npm install ejs -g

npm install mysql -g

npm install mongoskin -g

Powered by Google Project Hosting