This project uses soloist and librarian-chef to run a subset of the recipes in sprout's cookbooks.
Fork it to customize its attributes in soloistrc and the list of recipes you'd like to use. You may also want to add other cookbooks to its Cheffile, perhaps one of the many community cookbooks. By default it configures an OS X Mavericks workstation for development.
- Finalize OS X install
- Install software updates
- xcode-select --install
- Install VMWare Tools
- Install Xcode
- Create and upload github tokens
- Run provisioning script
mkdir ~/Workspaces
cd ~/Workspaces
git clone git@github.com:ryanhanks/veggie-salad
cd veggie-salad
sudo gem install bundler
sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle
sudo pmset sleep 90
time bundle exec soloist
cd ~/.bash_it
git remote set-url origin git@github.com:ryanhanks/bash-it
- Enable Witch
- Restart
- Log in to drop box
- Wait for sync
- Open 1password
- Log in to chrome
- Take snapshot
See Pivotal Tracker: https://www.pivotaltracker.com/s/projects/884116
Join sprout-users@googlegroups.com if you use Sprout.
- Slides from @hiremaga's lightning talk on Sprout at Pivotal Labs in June 2013
- Railscast on chef-solo by Ryan Bates (PAID)