Last active
December 21, 2015 15:19
-
-
Save hiremaga/6326091 to your computer and use it in GitHub Desktop.
Run this against a Vagrant vm created with https://github.com/hiremaga/spike-vagrant-osx
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
rm -rf /tmp/soloist | |
mkdir -p /tmp/soloist | |
cd /tmp/soloist | |
curl -LO https://github.com/hiremaga/omnibus-soloist/releases/download/1.0.1/install.sh | |
sudo bash install.sh | |
sudo chown -R $USER /opt/soloist | |
echo 'export PATH="/opt/soloist/bin:$PATH"' >> ~/.bash_profile && source ~/.bash_profile | |
git clone https://github.com/pivotal-sprout/sprout-wrap | |
cd sprout-wrap | |
soloist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment