Skip to content

Instantly share code, notes, and snippets.

@narkisr
Last active February 8, 2016 11:46
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 narkisr/ad24502f7a4035391692 to your computer and use it in GitHub Desktop.
Save narkisr/ad24502f7a4035391692 to your computer and use it in GitHub Desktop.
Install Celestial server from script
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