BMSearch Deployment
更新日期:
Deployment for Development Environment
Start webrick for Ruby Service
rails serverStart mongodb (dbpath can be ingored if you adopt the default setting)
mongod --dbpath data/dbStart mongodb GUI (better experince to manage your mongodb)
cd YOUR_PATH/node_module/mongodb_express && node app.js
Login Accountadmin - pass
Configuration for Development Environment
Config db connection for BPSearch on ruby side
Config mongodb GUI
You can find more frome here

