diff --git a/docs/en/00_Getting_Started/00_Server_Requirements.md b/docs/en/00_Getting_Started/00_Server_Requirements.md index daf6f492a..9d4b9c136 100644 --- a/docs/en/00_Getting_Started/00_Server_Requirements.md +++ b/docs/en/00_Getting_Started/00_Server_Requirements.md @@ -1,8 +1,8 @@ # Requirements -SilverStripe CMS needs to be installed on a web server. Content authors and website administrators use their web browser to access a web-based GUI to -do their day-to-day work. Website designers and developers require access to the files on the server to update templates, -website logic, and perform upgrades or maintainance. +SilverStripe CMS needs to be installed on a web server. Content authors and website administrators use their web browser +to access a web-based GUI to do their day-to-day work. Website designers and developers require access to the files on +the server to update templates, website logic, and perform upgrades or maintenance. Our web-based [PHP installer](/installation) can check if you meet the requirements listed below. @@ -36,14 +36,26 @@ Our web-based [PHP installer](/installation) can check if you meet the requireme ## Web server hardware requirements -Hardware requirements vary widely depending on the traffic to your website, the complexity of its logic (i.e., PHP), and its size (i.e., database.) By default, all pages are dynamic, and thus access both the database and execute PHP code to generate. SilverStripe can cache full pages and segments of templates to dramatically increase performance. +Hardware requirements vary widely depending on the traffic to your website, the complexity of its logic (i.e., PHP), and +its size (i.e., database.) By default, all pages are dynamic, and thus access both the database and execute PHP code to +generate. SilverStripe can cache full pages and segments of templates to dramatically increase performance. -A typical website page on a conservative single CPU machine (e.g., Intel 2Ghz) takes roughly 300ms to generate. This comfortably allows over a million page views per month. Caching and other optimisations can improve this by a factor of ten or even one hundred times. SilverStripe CMS can be used in multiple-server architectures to improve scalability and redundancy. +A typical website page on a conservative single CPU machine (e.g., Intel 2Ghz) takes roughly 300ms to generate. This +comfortably allows over a million page views per month. Caching and other optimisations can improve this by a factor of +ten or even one hundred times. SilverStripe CMS can be used in multiple-server architectures to improve scalability and +redundancy. + +For more information on how to scale SilverStripe see the [Performance](../../developer_guides/performance/) Gluide. ## Client side (CMS) requirements -SilverStripe CMS is designed to work well with Google Chrome, Mozilla Firefox and Internet Explorer 8+. We aim to provide satisfactory experiences in Apple Safari. SilverStripe CMS works well across Windows, Linux, and Mac operating systems. +SilverStripe CMS is designed to work well with Google Chrome, Mozilla Firefox and Internet Explorer 8+. We aim to +provide satisfactory experiences in Apple Safari. SilverStripe CMS works well across Windows, Linux, and Mac operating +systems. -## End user requirements ## +## End user requirements -SilverStripe CMS is designed to make excellent, standards-compliant websites that are compatible with a wide range of industry standard browsers and operating systems. A competent developer is able to produce websites that meet W3C guidelines for HTML, CSS, JavaScript, and accessibility, in addition to meeting specific guildelines, such as e-government requirements. +SilverStripe CMS is designed to make excellent, standards-compliant websites that are compatible with a wide range of +industry standard browsers and operating systems. A competent developer is able to produce websites that meet W3C +guidelines for HTML, CSS, JavaScript, and accessibility, in addition to meeting specific guildelines, such as +e-government requirements. diff --git a/docs/en/00_Getting_Started/index.md b/docs/en/00_Getting_Started/index.md index 66c2a3ee0..e3937e382 100644 --- a/docs/en/00_Getting_Started/index.md +++ b/docs/en/00_Getting_Started/index.md @@ -1,15 +1,8 @@ -# Installing SilverStripe +title: Getting Started +introduction: SilverStripe is a web application. This means that you will need to have a webserver and database. We will take you through the setup of the server environment as well the application itself. -## Download -SilverStripe is a web application. This means that you will need to have a webserver and database meeting its -[requirements](server-requirements). We will take you through the setup of the server environment as well the application itself. - -