2011-02-12 14:19:35 +13:00
## Overview
2022-07-18 10:14:54 +12: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-08-01 09:59:21 +12: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 16:31:53 +13:00
2022-08-01 09:59:21 +12: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 14:19:35 +13:00
2023-04-19 16:18:57 +12:00
## Installation
2011-02-12 14:19:35 +13:00
2023-04-19 16:18:57 +12:00
```sh
composer create-project silverstripe/installer my-app
```
2020-01-06 10:42:57 +13:00
2023-04-19 16:18:57 +12:00
See [Getting Started ](https://docs.silverstripe.org/en/getting_started/ ) for more information.
2011-02-12 14:19:35 +13:00
2023-04-19 16:18:57 +12:00
## Bugtracker
2013-04-02 01:19:15 +02:00
2013-10-07 09:16:11 +13:00
Bugs are tracked on github.com ([framework issues ](https://github.com/silverstripe/silverstripe-framework/issues ),
2017-08-14 10:05:43 +12:00
[cms issues ](https://github.com/silverstripe/silverstripe-cms/issues )).
2023-04-19 16:18:57 +12: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 16:18:57 +12:00
## Development and Contribution
2013-04-02 01:19:15 +02:00
2023-04-19 16:18:57 +12: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 16:18:57 +12:00
## Links
2011-02-12 14:19:35 +13:00
2023-04-19 16:18:57 +12: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 14:19:35 +13:00
* [Forums ](http://silverstripe.org/forums )
* [Developer Mailinglist ](https://groups.google.com/forum/#!forum/silverstripe-dev )
2017-03-29 12:45:25 +13:00
* [License ](./LICENSE )