Skip to content

Instantly share code, notes, and snippets.

@djmaze
Created April 16, 2014 21:25
Show Gist options
  • Save djmaze/10934696 to your computer and use it in GitHub Desktop.
Save djmaze/10934696 to your computer and use it in GitHub Desktop.
Installing and running geard on Arch Linux
# Example taken from http://openshift.github.io/geard/deploy_with_geard.html
yaourt -S geard-git
sudo systemctl start geard.service
curl -O https://raw.githubusercontent.com/openshift/geard/master/deployment/fixtures/rockmongo_mongo.json
sudo gear deploy rockmongo_mongo.json
# wait a minute for the images to download amd the containers to start...
# See what has happened
gear list-units
# Open http://localhost:6060/index.php with (admin / admin)!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment