#!/usr/bin/env sh # Set up Rails app. Run this script immediately after cloning the codebase. # https://github.com/thoughtbot/guides/tree/master/protocol bundle install bundle exec rake db:setup if [ ! -f .env ]; then cp .sample.env .env fi