Changeset View
Changeset View
Standalone View
Standalone View
src/docs/user/installation_guide.diviner
| Show First 20 Lines • Show All 64 Lines • ▼ Show 20 Lines | Beyond an operating system, you will need **a webserver**. | ||||
| - **Other**: Other webservers which can run PHP are also likely to work fine, | - **Other**: Other webservers which can run PHP are also likely to work fine, | ||||
| although these installation instructions will not cover how to set them up. | although these installation instructions will not cover how to set them up. | ||||
| - **PHP Builtin Server**: You can use the builtin PHP webserver for | - **PHP Builtin Server**: You can use the builtin PHP webserver for | ||||
| development or testing, although it should not be used in production. | development or testing, although it should not be used in production. | ||||
| You will also need: | You will also need: | ||||
| - **MySQL**: You need MySQL. We strongly recommend MySQL 5.5 or newer. | - **MySQL**: You need MySQL. We strongly recommend MySQL 5.5 or newer. | ||||
| - **PHP**: You need PHP 5.2 or newer. | - **PHP**: You need PHP 5.2 or newer, but note that PHP 7 is | ||||
| **not supported**. | |||||
| You'll probably also need a **domain name**. In particular, you should read this | You'll probably also need a **domain name**. In particular, you should read this | ||||
| note: | note: | ||||
| NOTE: Phabricator must be installed on an entire domain. You can not install it | NOTE: Phabricator must be installed on an entire domain. You can not install it | ||||
| to a path on an existing domain, like `example.com/phabricator/`. Instead, | to a path on an existing domain, like `example.com/phabricator/`. Instead, | ||||
| install it to an entire domain or subdomain, like `phabricator.example.com`. | install it to an entire domain or subdomain, like `phabricator.example.com`. | ||||
| ▲ Show 20 Lines • Show All 98 Lines • Show Last 20 Lines | |||||