Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save franciscocpg/b08d7ab2ce0d517da0a3 to your computer and use it in GitHub Desktop.
# 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/)
@franciscocpg

Copy link
Copy Markdown
Author

Remote install

bash <(curl -s https://gist.githubusercontent.com/franciscocpg/b08d7ab2ce0d517da0a3/raw/)
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