Go to file
Sam Minnee f9e3e86d79 Added readme for GitHub copy of SilverStripe.
From: Sam Minnee <sam@silverstripe.com>

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@88525 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-10-11 10:23:01 +00:00
code FEATURE: Added a SideReport to display all pages with broken page or file links. 2009-10-11 00:08:06 +00:00
css MINOR: Renamed the broken link style to .ss-broken to avoid conflicts. 2009-10-11 00:08:07 +00:00
images Reverted r69557 2009-05-01 03:18:05 +00:00
javascript MINOR: make sure the element exists before using it. 2009-08-25 00:22:05 +00:00
lang MINOR Updated master language tables 2009-09-10 03:58:35 +00:00
tasks MINOR Unified permission control for RebuildStaticCacheTask and StaticExporter 2009-09-10 01:49:07 +00:00
templates MINOR More translations for ModelAdmin (#4521, thanks "random-value ") 2009-08-26 20:54:24 +00:00
tests BUGFIX Made SecurityAdminTest more resilient against changes to localized strings, by inspecting the CSV line-by-line instead 2009-09-10 05:02:47 +00:00
README.md Added readme for GitHub copy of SilverStripe. 2009-10-11 10:23:01 +00:00
_config.php Patched to allow id|class|style|title attributes in all elements and allow empty td cells (will pad with non-breaking space) in line with #4332 and 4497 in 2.3.x changes to cms/LeftAndMain.php 2009-09-18 02:26:09 +00:00
silverstripe_version fixed $ 2007-12-14 04:35:33 +00:00

README.md

SilverStripe CMS on GitHub

This a git clone of the subversion repository for SilverStripe CMS. It is here for those of us who love both Git and SilverStripe.

Installation

Because of the use of externals in the subversion repository, the process for setting up a site using these git clones is a litte complicated. We are planning on improving this in the future, but for now, here are the relevant commands:

mkdir ~/Sites/yournewsite
cd ~/Sites/yournewsite
svn checkout --ignore-externals http://svn.silverstripe.com/open/phpinstaller/trunk .

git clone git://github.com/sminnee/silverstripe-cms.git cms
git clone git://github.com/sminnee/sapphire.git sapphire

svn checkout http://svn.silverstripe.com/open/modules/jsparty/trunk jsparty
svn checkout http://svn.silverstripe.com/open/thirdparty/jsmin/tags/1.1.0 sapphire/thirdparty/jsmin
svn checkout http://svn.silverstripe.com/open/thirdparty/simplepie/tags/1.0b3.1 sapphire/thirdparty/simplepie
svn checkout http://svn.silverstripe.com/open/thirdparty/spyc/tags/0.2 sapphire/thirdparty/spyc
svn checkout http://svn.silverstripe.com/open/thirdparty/simpletest/tags/1.0.1 sapphire/thirdparty/simpletest
svn checkout http://svn.silverstripe.com/open/thirdparty/json/tags/1.31 sapphire/thirdparty/json
svn checkout http://svn.silverstripe.com/open/thirdparty/zend/branches/1.8.1/library/Zend sapphire/thirdparty/Zend