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

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

Need to use NETWORK not PACKAGE

File size: 185 bytes
Line 
1
2
3export MONGODB_HOME="$HTRC_EF_NETWORK_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.