Skip to content
Snippets Groups Projects
mongo_express_notes.txt 380 B
Newer Older
 cd /local/DmSystem/dm
 source setup.sh 
 make deploy-cat-web-service

 cd /local/DmSystem/support
 ./bin/install_node.sh 
 cd /local/DmSystem/support/node/linux-x86_64/bin/node_modules/mongo-express/
 cp config.default.js config.js 
 vi config.js 
 export PATH=/local/DmSystem/support/node/linux-x86_64/bin:$PATH
 ../forever/bin/forever start app.js
 ../forever/bin/forever list