Skip to content

Instantly share code, notes, and snippets.

@winnchen
Last active November 5, 2015 09:54
Show Gist options
  • Save winnchen/55e6fceb9a5e0c82dcbe to your computer and use it in GitHub Desktop.
Save winnchen/55e6fceb9a5e0c82dcbe to your computer and use it in GitHub Desktop.

#服务器运行步骤

  1. 运行mongodb数据库
cd C:\Program Files\MongoDB\Server\3.0\bin
mongod --dbpath F:\qdci_db
  1. 启动服务器
cd F:\qdci
node bin\www

或者

WebStorm打开项目,run。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment