Skip to content

Instantly share code, notes, and snippets.

@nedmas
Created August 6, 2012 15:59
Show Gist options
  • Save nedmas/3275932 to your computer and use it in GitHub Desktop.
Save nedmas/3275932 to your computer and use it in GitHub Desktop.
Manually create Silverstripe 3 site
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