Go to file
Ingo Schommer 7de2e07139 Fix main.php path in install.php 2017-10-03 03:19:23 +13:00
assets Remove redundant dummy file in assets 2017-06-06 11:45:15 +12:00
mysite/_config API Convert installer to recipe 2017-07-24 14:45:14 +12:00
.cow.json Added archive config 2017-08-04 16:39:39 +12:00
.editorconfig Add editorconfig rule for composer.json to be allowed four spaces 2017-07-06 12:41:02 +12:00
.env.example NEW Add .env support 2017-02-01 11:26:46 +00:00
.gitattributes FIX: Include .env.example and .editorconfig in git export 2017-07-31 17:36:33 +12:00
.gitignore Update .gitignore 2017-07-07 21:02:29 +12:00
.travis.yml Update .travis.yml 2017-09-29 10:03:30 +13:00
CONTRIBUTING.md Make installer copyright note conform to others 2016-05-30 14:36:08 +12:00
LICENSE FIX: Split licence into separate file to match standard. 2017-03-29 12:45:25 +13:00
README.md Provide information related to recipe 2017-08-14 17:15:42 +12:00
behat.yml Fix main.php path 2017-10-03 03:18:51 +13:00
build.xml BUG Fix broken xml comment 2015-03-09 18:34:17 +13:00
composer.json Fix recipe plugin version constraint 2017-07-25 11:13:55 +12:00
favicon.ico Updating favicon 2012-11-05 10:38:13 +13:00
index.php Fix main.php path 2017-10-03 01:44:14 +13:00
install-frameworkmissing.html Removed stylesheet from frameworkmissing file 2017-10-03 03:18:51 +13:00
install.php Fix main.php path in install.php 2017-10-03 03:19:23 +13:00
phpcs.xml.dist Update code formatting for the SS3 PHPCS ruleset, separate Page_Controller to new file 2017-04-28 07:33:07 +12:00
phpunit.xml.dist Add combined test suite for installer 2017-04-04 16:39:12 +12:00

README.md

Overview

Base project folder for a SilverStripe (http://silverstripe.org) installation. Required modules are installed via http://github.com/silverstripe/recipe-cms. For information on how to change the dependencies in a recipe, please have a look at https://github.com/silverstripe/recipe-plugin. In addition, installer includes theme/simple as a default theme.

Installation

See installation on different platforms, and installation from source.

Bugtracker

Bugs are tracked on github.com (framework issues, cms issues). Please read our issue reporting guidelines.

Development and Contribution

If you would like to make changes to the SilverStripe core codebase, we have an extensive guide to contributing code.