Created
August 6, 2012 15:59
-
-
Save nedmas/3275932 to your computer and use it in GitHub Desktop.
Manually create Silverstripe 3 site
This file contains 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
git clone https://github.com/silverstripe/silverstripe-installer.git public | |
git checkout 3.0 | |
rm -rf .git/ | |
git remote add upstream https://github.com/silverstripe/silverstripe-installer.git | |
git flow init -d | |
git submodule add https://github.com/silverstripe/sapphire.git framework | |
git submodule add https://github.com/silverstripe/silverstripe-cms.git cms | |
git add . | |
git commit -m "Initial commit" | |
git remote add origin [email protected]:path/to/repo.git | |
git push origin --mirror |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment