_________ __ _____ _______________.__
/ _____// |______ _/ ____\/ ____\______ \ | _____ ____
\_____ \\ __\__ \\ __\\ __\ | ___/ | \__ \ / \
/ \| | / __ \| | | | | | | |__/ __ \| | \
/_______ /|__| (____ /__| |__| |____| |____(____ /___| /
\/ \/ \/ \/
- Install homebrew: https://github.com/mxcl/homebrew/wiki/installation
brew install postgresql git rbenv ruby-build
- TODO: customizations still needed?
- rbenv install 2.1.2
- Clone the repo from github,
git clone git@github.com:rescuedcode/StaffPlan.git
- cd to the app and
bundle
rake db:create
- bootstrap local database using prod data:
heroku pg:transfer --to postgres://localhost/staff_plan_development --app staffplan
1. (You may heroku credentials for this. You'll also need to be given permission explicitly.) - run the app!:
bundle exec rails s