Skip to content

Instantly share code, notes, and snippets.

View simon-p-r's full-sized avatar
🏠
Working from home

Simon R simon-p-r

🏠
Working from home
  • Hertfordshire, UK
View GitHub Profile
@simon-p-r
simon-p-r / mongodb-install.sh
Last active September 3, 2015 22:54 — forked from chappy84/mongodb-install.sh
Install MongoDB from source on Fedora/RedHat based Linux with SystemD
#!/bin/sh
# MongoDB Version
MONGODB_VER='3.0.6'
# Get all the dependencies up to date
yum -y update
yum -y install scons gcc-c++ glibc-devel
# Get the source