Skip to content

Instantly share code, notes, and snippets.

@durrantm
Created May 5, 2015 16:18
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 durrantm/448fe1d3727afaca9c96 to your computer and use it in GitHub Desktop.
Save durrantm/448fe1d3727afaca9c96 to your computer and use it in GitHub Desktop.
#!/bin/bash
BASE=~/zipcar
REPOS_AREA=supersender
REPOSITORIES_LOCATION=$BASE/$REPOS_AREA
. `dirname $0`/functions.sh
. `dirname $0`/supersender_repos.sh
### SETUP ##
check_rvm_installed
check_rvm_rubies_installed
create_and_cd_to_repos_area
#determine_repositories_to_run_db_migrate
### MAIN ##
clone_and_update_repositories
bundle_repositories
perform_migrations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment