Skip to content

Scripts to prepare a Mac running OS X Mountain Lion for Ruby development

License

Notifications You must be signed in to change notification settings

msainz/sprout-wrap

 
 

Repository files navigation

sprout-wrap

Build Status

Prepares a Mac running OS X Mountain Lion for Ruby development using soloist and Sprout

Installation

1. Install XCode

Xcode - Apple

2. Install Command Line Tools

XCode > Preferences > Downloads

3. Generate rsa key pair for Github authentication

mkdir ~/.ssh
rsa-keygen -t rsa -b 2048 -C <valid email address> -f ~/.ssh/id_rsa

Add the .pub key to your Github: Account settings > SSH Keys > Add SSH Key

4. Clone this project

git clone [email protected]:msainz/sprout-wrap.git
cd sprout-wrap

5. Install soloist & and other required gems

sudo gem install bundler
bundle

6. Place .private_data_bags_key inside sprout-wrap

Necessary if you plan to use encrypted data bags

7. Run mysoloist

./mysoloist

About

Scripts to prepare a Mac running OS X Mountain Lion for Ruby development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 95.0%
  • Shell 5.0%