Skip to content

Instantly share code, notes, and snippets.

@superchris
Created July 28, 2012 17:33
Show Gist options
  • Save superchris/3194124 to your computer and use it in GitHub Desktop.
Save superchris/3194124 to your computer and use it in GitHub Desktop.
command to checkout the cookbook app
#!/bin/bash
git clone git://github.com/gaslight/bfec_chicago.git cookbook
cd cookbook
bundle install --path vendor
#!/bin/bash
git clone ./cookbook/.git $1
cd $1
ln -s ../cookbook/vendor/ruby vendor/ruby
ln -s ../cookbook/bin bin
git checkout $1
rake db:reset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment