Created
April 16, 2014 21:25
-
-
Save djmaze/10934696 to your computer and use it in GitHub Desktop.
Installing and running geard on Arch Linux
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
# 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