mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
bce724ca76
Removes main.php reliance. Paves the way for serving SilverStripe from a public/ subfolder in the base path. This requires an index.php file in the webroot, since you can't set a RewriteRule to a path outside of the webroot (e.g. "public/.htaccess" pointing to "../vendor/silverstripe/framework/main.php"). |
||
---|---|---|
assets | ||
mysite/_config | ||
.cow.json | ||
.editorconfig | ||
.env.example | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
behat.yml | ||
build.xml | ||
composer.json | ||
CONTRIBUTING.md | ||
favicon.ico | ||
index.php | ||
install-frameworkmissing.html | ||
install.php | ||
LICENSE | ||
phpcs.xml.dist | ||
phpunit.xml.dist | ||
README.md |
Overview
Base project folder for a SilverStripe (http://silverstripe.org) installation. Required modules are installed via 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. In addition, installer includes theme/simple as a default theme.
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.