silverstripe-framework/docs/en/00_Getting_Started/01_Installation/index.md
Ingo Schommer 7e0276b8ad Docs for exec pipeline and manifests
- Added manifest logic docs
- More obvious pointers to flushing
- Removed Director page since it duplicated a lot of information already presenting in routing,
which in itself is already duplicated between routing.md and controllers.md.
- Merged Director execution rundown into main exec pipeline docs
- Moved YAML security note from main installation docs to "secure coding", making it sless obvious
2014-12-15 09:12:48 +13:00

1.6 KiB

Installation

These instructions show you how to install SilverStripe on any web server. The best way to install from the source code is to use Composer. Check out our operating system specific guides for Linux, Windows Server and Mac OSX.

Installation Steps

  • Download the installer package
  • Make sure the webserver has MySQL and PHP support. See Server Requirements for more information.
  • Unpack the installer somewhere into your web-root. Usually the www folder or similar. Most downloads from SilverStripe are compressed tarballs. To extract these files you can either do them natively (Unix) or with 7-Zip (Windows)
  • Visit your sites domain or IP address in your web browser.
  • You will be presented with a form where you enter your MySQL login details and are asked to give your site a 'project name' and the default login details. Follow the questions and select the install button at the bottom of the page.
  • After a couple of minutes, your site will be set up. Visit your site and enjoy!

Issues?

If the above steps don't work for any reason have a read of the Common Problems section.

SilverStripe ships with default rewriting rules specific to your web server. Apart from routing requests to the framework, they also prevent access to sensitive files in the webroot, for example YAML configuration files. Please refer to the [security](/topics/security) documentation for details.