Last active
February 8, 2016 11:46
-
-
Save narkisr/ad24502f7a4035391692 to your computer and use it in GitHub Desktop.
Install Celestial server from script
This file contains 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
VERSION="0.12.6" | |
wget -O - https://gist.githubusercontent.com/narkisr/6097786/raw/puppet-preqs.sh | bash | |
cd /tmp && wget "https://dl.bintray.com/narkisr/boxes/celestial-sandbox-$VERSION.tar.gz" | |
tar -xvzf "celestial-sandbox-$VERSION.tar.gz" && cd "celestial-sandbox-$VERSION" | |
chmod +x run.sh && ./run.sh | |
cd /tmp && rm -rf "celestial-sandbox-$VERSION" | |
echo 'Celestial setup is done, head on to http://celestial-ops.com/docs.html#configuration in order to start configuration' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment