Skip to content

Instantly share code, notes, and snippets.

@cdimartino
Created December 14, 2016 02:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdimartino/4697bd71dfaca5d771761a7b3135288a to your computer and use it in GitHub Desktop.
Save cdimartino/4697bd71dfaca5d771761a7b3135288a to your computer and use it in GitHub Desktop.
#!/bin/sh
GIT=`which git`
$GIT clone https://github.com/kaplan-advance/backoffice-simple-setup
cd backoffice-simple-setup
bundle
bundle exec rake boss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment