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

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

Initial cut at setup file for MongoDB

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