From a02105324649a5f398a817918f358308eb065037 Mon Sep 17 00:00:00 2001 From: Sinisa Veseli <sveseli@aps.anl.gov> Date: Mon, 9 Nov 2015 14:32:50 +0000 Subject: [PATCH] need to script mongo express installation; use notes for now --- doc/mongo_express_notes.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/mongo_express_notes.txt diff --git a/doc/mongo_express_notes.txt b/doc/mongo_express_notes.txt new file mode 100644 index 00000000..106fdd78 --- /dev/null +++ b/doc/mongo_express_notes.txt @@ -0,0 +1,12 @@ + 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 -- GitLab