Go to file
Serge Latyntsev 824bd2cf91
Merge pull request #244 from open-sausages/pulls/4.1/behat-install
FIX / Installer tests
2019-01-28 12:11:58 +13:00
mysite/_config Shift public resources into public folder (#220) 2018-01-12 16:28:15 +13:00
public Merge remote-tracking branch 'origin/4.0' into 4.1 2018-05-28 17:57:27 +12:00
.cow.json Fix test paths 2017-10-25 16:20:00 +13: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 Shift public resources into public folder (#220) 2018-01-12 16:28:15 +13:00
.htaccess BUG Fix routing error for public assets 2018-02-07 13:57:17 +13:00
.travis.yml FIX / Behat tests 2018-12-18 16:38:40 +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 Update README.md 2017-11-07 10:21:33 -05:00
behat.yml Update selenium to chromedriver 2018-04-13 09:30:04 +12:00
build.xml BUG Fix broken xml comment 2015-03-09 18:34:17 +13:00
composer.json Update branch alias 2018-02-07 16:42:25 +13:00
phpcs.xml.dist DOCS update comments for supported versions 2017-11-07 12:58:43 +00:00
phpunit.xml.dist DOCS update comments for supported versions 2017-11-07 12:58:43 +00: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.