1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

Make install documentation more clear about Windows support

Summary: See D8549.

Test Plan: {F129985}

Reviewers: chad

Reviewed By: chad

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D8550
This commit is contained in:
epriestley 2014-03-16 13:00:20 -07:00
parent b3b0ef3647
commit ced70f6b32

View file

@ -22,8 +22,12 @@ You will need **a computer**. Options include:
you should not install Phabricator on these devices. Instead, install it on
a normal computer.
You will need an **operating system** which is **not Windows**. Phabricator runs
on most operating systems which are not Windows.
To install the Phabricator server software, you will need an **operating
system** on your normal computer which is **not Windows**. Note that **the
command line interface //does// work on Windows**, and **you can //use//
Phabricator from any operating system with a web browser**. However, the server
software does not run on Windows. It does run on most other operating systems,
so choose one of these instead:
- **Linux**: Most installs use Linux.
- **Mac OS X**: Mac OS X is an acceptable flavor of Linux.
@ -34,9 +38,6 @@ on most operating systems which are not Windows.
will generally work fine, although we may suffer a reduced ability to
support and resolve issues on unusual operating systems.
NOTE: The command line interface to Phabricator, "Arcanist", //does// work on
Windows. For instructions, see @{article:Arcanist User Guide: Windows}.
Beyond an operating system, you will need **a webserver**.
- **Apache**: Many installs use Apache + `mod_php`.