Skip to content

Instantly share code, notes, and snippets.

@dbarbar
Last active August 29, 2015 13:57
Show Gist options
  • Save dbarbar/9400191 to your computer and use it in GitHub Desktop.
Save dbarbar/9400191 to your computer and use it in GitHub Desktop.
Set up springboard code base for development work.
#!/bin/bash
rm -rf src
rm -rf build
git clone [email protected]:JacksonRiver/Springboard-Build.git build
drush make build/springboard-mtsb.make src
cp -f settings.php src/sites/default
cd src/sites/all/modules
rm -rf springboard
git clone [email protected]:JacksonRiver/springboard_modules.git springboard
cd springboard
git checkout 7.x-4.x
cd ../../themes
rm -rf springboard_themes
git clone [email protected]:JacksonRiver/springboard-themes.git springboard_themes
cd springboard_themes
git checkout 7.x-4.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment