mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
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
This commit is contained in:
parent
c90e47db28
commit
f9e3e86d79
32
README.md
Normal file
32
README.md
Normal file
@ -0,0 +1,32 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user