Go to file
Sam Minnee 424b1c04dd FIX: Include .env.example and .editorconfig in git export
The “export” downloads of the installer should include these two files
as they are of use to regular developers.

 * .editorconfig encourages the use of our standard code format
 * .env.example is a helper for new developers
2017-07-31 17:36:33 +12:00
assets Remove redundant dummy file in assets 2017-06-06 11:45:15 +12:00
mysite FIX Delete Page_Controller from SS4 compat branch 2017-06-28 10:05:38 +12:00
.cow.json Merge pull request #162 from open-sausages/pulls/4.0/fix-release-constraints 2017-04-05 16:30:11 +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
.htaccess API Remove BlockUntrustedIPs 2017-05-11 09:31:23 +12:00
.travis.yml API Add pgsql + behat tests to installer 2017-05-23 14:50:12 +12: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 FIX: Split licence into separate file to match standard. 2017-03-29 12:45:25 +13:00
behat.yml API Add pgsql + behat tests to installer 2017-05-23 14:50:12 +12:00
build.xml BUG Fix broken xml comment 2015-03-09 18:34:17 +13:00
composer.json Update composer alias 2017-07-06 09:03:09 +12:00
favicon.ico Updating favicon 2012-11-05 10:38:13 +13:00
index.php Merge branch '3' 2017-06-27 13:27:40 +01:00
install-frameworkmissing.html Capitalisation of 'GitHub' 2014-06-17 13:17:05 +01:00
install.php Merge branch '3' 2017-06-27 13:27:40 +01: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
web.config NEW Add .env support 2017-02-01 11:26:46 +00:00

README.md

Overview

Base project folder for a SilverStripe (http://silverstripe.org) installation. Requires additional modules to function:

  • framework: Module including the base framework
  • cms: Module including a Content Management System
  • siteconfig: Module providing a Settings tab in the admin section allowing users to set site wide global configuration.
  • themes/simple (optional)

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.