MINOR: Reverted r88525

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@88526 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2009-10-11 10:28:31 +00:00
parent f9e3e86d79
commit 4784b49535
1 changed files with 0 additions and 32 deletions

View File

@ -1,32 +0,0 @@
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.
Relevant links
--------------
* [Main svn repository](http://svn.silverstripe.com/open/)
* [Trac instance, with bug tracking and source browsing](http://open.silverstripe.org)
* [Sapphire on GitHub](https://github.com/sminnee/sapphire)
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