Created
November 25, 2013 19:48
-
-
Save dbarbar/7647619 to your computer and use it in GitHub Desktop.
Shell script to setup springboard 4 for development.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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