Skip to content

Instantly share code, notes, and snippets.

@dbarbar
Created November 25, 2013 19:48
Show Gist options
  • Save dbarbar/7647619 to your computer and use it in GitHub Desktop.
Save dbarbar/7647619 to your computer and use it in GitHub Desktop.
Shell script to setup springboard 4 for development.
#!/bin/bash
rm -rf src
drush make https://raw.github.com/JacksonRiver/Springboard-Build/7.x-4.x/springboard.build 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