Skip to content

Instantly share code, notes, and snippets.

@hiremaga
Last active December 21, 2015 15:19
Show Gist options
  • Save hiremaga/6326091 to your computer and use it in GitHub Desktop.
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
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