Skip to content

Instantly share code, notes, and snippets.

@mdavis95
Created May 16, 2016 19:00
Show Gist options
  • Save mdavis95/0fc33f5421168c9dac95e43832d35f80 to your computer and use it in GitHub Desktop.
Save mdavis95/0fc33f5421168c9dac95e43832d35f80 to your computer and use it in GitHub Desktop.
git clone git@github.com:lumongo/lumongo.git
cd lumongo
./gradlew
cd deploy
//edit mongo and cluster config if needed
./clusteradmin.sh --command createCluster --mongoConfig mongo.properties --clusterConfig cluster.properties
./clusteradmin.sh --command registerNode --mongoConfig mongo.properties --nodeConfig node.properties
./startnode.sh --mongoConfig mongo.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment