Skip to content

Instantly share code, notes, and snippets.

@franciscocpg
Last active November 5, 2015 02:40
Show Gist options
  • Select an option

  • Save franciscocpg/83b91a2c9c929a05eb8f to your computer and use it in GitHub Desktop.

Select an option

Save franciscocpg/83b91a2c9c929a05eb8f to your computer and use it in GitHub Desktop.
cd /tmp
# Install rocksdb from mongorocks branch
git clone https://github.com/facebook/rocksdb.git
cd rocksdb
git checkout mongorocks
make static_lib
sudo make install
cd ..
# Compile mongodb from the v3.0-mongorocks branch
git clone https://github.com/mongodb-partners/mongo.git
cd mongo
# Version can change. Check it with 'git branch -a'
git checkout v3.0.7-mongorocks
scons mongod mongo mongos --rocksdb=1
@franciscocpg
Copy link
Copy Markdown
Author

Remote install

Don't run this script directly.
Use ubuntu-compile-install-mongo-rocksdb.sh or rhel-compile-install-mongo-rocksdb.sh
Take a coffee, it will take too long

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment