https://github.com/silverstripe/silverstripe-installer
The installer for Silverstripe CMS and Framework. Check out this repository to start working with Silverstripe!
https://github.com/silverstripe/silverstripe-installer
hacktoberfest
Last synced: 8 months ago
JSON representation
The installer for Silverstripe CMS and Framework. Check out this repository to start working with Silverstripe!
- Host: GitHub
- URL: https://github.com/silverstripe/silverstripe-installer
- Owner: silverstripe
- License: bsd-3-clause
- Created: 2011-02-02T05:58:50.000Z (over 15 years ago)
- Default Branch: 5
- Last Pushed: 2024-03-24T23:11:55.000Z (over 2 years ago)
- Last Synced: 2024-04-08T15:42:50.266Z (over 2 years ago)
- Topics: hacktoberfest
- Language: Twig
- Homepage: http://silverstripe.org/
- Size: 1.16 MB
- Stars: 164
- Watchers: 23
- Forks: 167
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
[](https://github.com/silverstripe/silverstripe-installer/actions/workflows/ci.yml)
[](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)
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.
## Installation
```sh
composer create-project silverstripe/installer my-app
```
See [Getting Started](https://docs.silverstripe.org/en/getting_started/) for more information.
## Bugtracker
Bugs are tracked on github.com ([framework issues](https://github.com/silverstripe/silverstripe-framework/issues),
[cms issues](https://github.com/silverstripe/silverstripe-cms/issues)).
Please read our [issue reporting guidelines](https://docs.silverstripe.org/en/contributing/issues_and_bugs/).
## Development and Contribution
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/).
## Links
* [Changelogs](https://docs.silverstripe.org/en/changelogs/)
* [Bugtracker: Framework](https://github.com/silverstripe/silverstripe-framework/issues)
* [Bugtracker: CMS](https://github.com/silverstripe/silverstripe-cms/issues)
* [Bugtracker: Installer](https://github.com/silverstripe/silverstripe-installer/issues)
* [Forums](http://silverstripe.org/forums)
* [Developer Mailinglist](https://groups.google.com/forum/#!forum/silverstripe-dev)
* [License](./LICENSE)