Last active
November 5, 2015 05:00
-
-
Save franciscocpg/b08d7ab2ce0d517da0a3 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
| # install dependencies | |
| sudo yum install -y snappy-devel zlib-devel bzip2-devel wget | |
| # install scons | |
| sudp wget http://prdownloads.sourceforge.net/scons/scons-2.4.0-1.noarch.rpm | |
| sudp rpm -ivh scons-2.4.0-1.noarch.rpm | |
| # install Development Tools | |
| sudo yum group install "Development Tools" | |
| # compile-install-mongo-rocksdb.sh | |
| bash <(curl -s https://gist.githubusercontent.com/franciscocpg/83b91a2c9c929a05eb8f/raw/) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remote install
bash <(curl -s https://gist.githubusercontent.com/franciscocpg/b08d7ab2ce0d517da0a3/raw/)Take a coffee, it will take too long