Last active
November 5, 2015 02:40
-
-
Save franciscocpg/83b91a2c9c929a05eb8f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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