2011-02-12 02:19:35 +01:00
## Overview
2022-07-18 00:14:54 +02:00
[![CI ](https://github.com/silverstripe/silverstripe-installer/actions/workflows/ci.yml/badge.svg )](https://github.com/silverstripe/silverstripe-installer/actions/workflows/ci.yml)
2022-07-31 23:59:21 +02:00
[![Silverstripe supported module ](https://img.shields.io/badge/silverstripe-supported-0071C4.svg )](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)
2021-01-21 04:31:53 +01:00
2022-07-31 23:59:21 +02:00
Base project folder for a Silverstripe ([http://silverstripe.org](http://silverstripe.org)) installation. Required modules are installed via [http://github.com/silverstripe/recipe-cms ](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 ](https://github.com/silverstripe/recipe-plugin ). In addition, installer includes [theme/simple ](https://github.com/silverstripe-themes/silverstripe-simple ) as a default theme.
2011-02-12 02:19:35 +01:00
2023-04-19 06:18:57 +02:00
## Installation
2011-02-12 02:19:35 +01:00
2023-04-19 06:18:57 +02:00
```sh
composer create-project silverstripe/installer my-app
```
2020-01-05 22:42:57 +01:00
2023-04-19 06:18:57 +02:00
See [Getting Started ](https://docs.silverstripe.org/en/getting_started/ ) for more information.
2011-02-12 02:19:35 +01:00
2023-04-19 06:18:57 +02:00
## Bugtracker
2013-04-02 01:19:15 +02:00
2013-10-06 22:16:11 +02:00
Bugs are tracked on github.com ([framework issues](https://github.com/silverstripe/silverstripe-framework/issues),
2017-08-14 00:05:43 +02:00
[cms issues ](https://github.com/silverstripe/silverstripe-cms/issues )).
2023-04-19 06:18:57 +02:00
Please read our [issue reporting guidelines ](https://docs.silverstripe.org/en/contributing/issues_and_bugs/ ).
2013-04-02 01:19:15 +02:00
2023-04-19 06:18:57 +02:00
## Development and Contribution
2013-04-02 01:19:15 +02:00
2023-04-19 06:18:57 +02:00
If you would like to make changes to the Silverstripe core codebase, we have an extensive [guide to contributing code ](https://docs.silverstripe.org/en/contributing/code/ ).
2013-04-02 01:19:15 +02:00
2023-04-19 06:18:57 +02:00
## Links
2011-02-12 02:19:35 +01:00
2023-04-19 06:18:57 +02:00
* [Changelogs ](https://docs.silverstripe.org/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 )