2011-02-12 02:19:35 +01:00
## Overview
Base project folder for a SilverStripe ([http://silverstripe.org](http://silverstripe.org)) installation. Requires additional modules to function:
2013-05-17 00:49:19 +02:00
* [`framework` ](http://github.com/silverstripe/silverstripe-framework ): Module including the base framework
2011-02-12 02:19:35 +01:00
* [`cms` ](http://github.com/silverstripe/silverstripe-cms ): Module including a Content Management System
2015-12-06 13:53:28 +01:00
* [`siteconfig` ](http://github.com/silverstripe/silverstripe-siteconfig ): Module providing a Settings tab in the admin section allowing users to set site wide global configuration.
2012-04-24 05:56:20 +02:00
* `themes/simple` (optional)
2011-02-12 02:19:35 +01:00
## Installation ##
2012-04-12 11:15:32 +02:00
See [installation on different platforms ](http://doc.silverstripe.org/framework/en/installation/ ),
and [installation from source ](http://doc.silverstripe.org/framework/en/installation/from-source ).
2011-02-12 02:19:35 +01:00
2013-04-02 01:19:15 +02:00
## Bugtracker ##
2013-10-06 22:16:11 +02:00
Bugs are tracked on github.com ([framework issues](https://github.com/silverstripe/silverstripe-framework/issues),
[cms issues ](https://github.com/silverstripe/silverstripe-cms/issues )).
2013-04-02 01:19:15 +02:00
Please read our [issue reporting guidelines ](http://doc.silverstripe.org/framework/en/misc/contributing/issues ).
## Development and Contribution ##
If you would like to make changes to the SilverStripe core codebase, we have an extensive [guide to contributing code ](http://doc.silverstripe.org/framework/en/misc/contributing/code ).
2011-02-12 02:19:35 +01:00
## Links ##
2012-04-12 11:15:32 +02:00
* [Changelogs ](http://doc.silverstripe.org/framework/en/changelogs/ )
2013-05-17 00:49:19 +02:00
* [Bugtracker: Framework ](https://github.com/silverstripe/silverstripe-framework/issues )
2013-04-02 01:52:32 +02:00
* [Bugtracker: CMS ](https://github.com/silverstripe/silverstripe-cms/issues )
* [Bugtracker: Installer ](https://github.com/silverstripe/silverstripe-installer/issues )
2011-02-12 02:19:35 +01:00
* [Forums ](http://silverstripe.org/forums )
* [Developer Mailinglist ](https://groups.google.com/forum/#!forum/silverstripe-dev )
2017-03-29 01:45:25 +02:00
* [License ](./LICENSE )