source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/gslis-cluster/SETUP/setup-mongodb.bash

Last change on this file was 31302, checked in by davidb, 7 years ago

Initial commit of scripts, after some testing, and subsequent changes to the monogodb setup file

File size: 242 bytes
Line 
1
2export MONGODB_HOME="$HTRC_EF_PACKAGE_HOME/mongodb"
3export PATH="$MONGODB_HOME/bin:$PATH"
4if [ "$short_hostname" = "gsliscluster1" ] ; then
5 echo "* Added in MongoDB into PATH"
6fi
7
8export MONGODB_DBDIR="/hdfsd05/dbbridge/mongodb-databases"
Note: See TracBrowser for help on using the repository browser.