Skip to content

Instantly share code, notes, and snippets.

@goern
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goern/d8bb6cc3fade45935f89 to your computer and use it in GitHub Desktop.
Save goern/d8bb6cc3fade45935f89 to your computer and use it in GitHub Desktop.
build an atomicapp for mongodo
# prerequisites
echo -e "[epel]\nname=epel\nenabled=1\nbaseurl=https://dl.fedoraproject.org/pub/epel/7/x86_64/\ngpgcheck=0" > /etc/yum.repos.d/epel.repo
pip install yapsy
# clone the repo...
git clone https://github.com/goern/atomicapp-run.git
# and start developing the Atomicapp
./containerapp.py create "awesome mongoDB cluster"
vi Atomicfile # add storage requirement.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment