Install Silverstripe3.0 to Contribute

Posted . Visible to the public.

Fork the repositories

Fork the installer repository:

https://github.com/silverstripe/silverstripe-installer

Fork the framework repository:

https://github.com/silverstripe/sapphire

Fork the CMS:

https://github.com/silverstripe/silverstripe-cms

Fork the Simple theme:

https://github.com/silverstripe-themes/silverstripe-simple

Clone the repositories

In terminal:

git clone git@github.com: <username>/silverstripe-installer.git sites/opensource
cd sites/opensource
git clone git@github.com: <username>/sapphire.git framework
git clone git@github.com: <username>/silverstripe-cms.git cms
git clone git@github.com: <username>/silverstripe-simple.git themes

(Note: Assumes you want to call your working directory "opensource")

Add upstreams

(git remote add upstream git://github.com/silverstripe/silverstripe-installer.git && git fetch upstream)
(cd framework && git remote add upstream git://github.com/silverstripe/sapphire.git && git fetch upstream)
(cd cms && git remote add upstream git://github.com/silverstripe/silverstripe-cms.git && git fetch upstream)
(cd themes/simple && git remote add upstream git://github.com/silverstripe-themes/silverstripe-simple.git)

Replace with your github user name

adrexia
Last edit
Posted by adrexia to Development Stuff (2012-04-30 05:48)