mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-03 19:31:02 +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:
parent
b3b0ef3647
commit
ced70f6b32
1 changed files with 6 additions and 5 deletions
|
@ -22,8 +22,12 @@ You will need **a computer**. Options include:
|
||||||
you should not install Phabricator on these devices. Instead, install it on
|
you should not install Phabricator on these devices. Instead, install it on
|
||||||
a normal computer.
|
a normal computer.
|
||||||
|
|
||||||
You will need an **operating system** which is **not Windows**. Phabricator runs
|
To install the Phabricator server software, you will need an **operating
|
||||||
on most operating systems which are not Windows.
|
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.
|
- **Linux**: Most installs use Linux.
|
||||||
- **Mac OS X**: Mac OS X is an acceptable flavor of 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
|
will generally work fine, although we may suffer a reduced ability to
|
||||||
support and resolve issues on unusual operating systems.
|
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**.
|
Beyond an operating system, you will need **a webserver**.
|
||||||
|
|
||||||
- **Apache**: Many installs use Apache + `mod_php`.
|
- **Apache**: Many installs use Apache + `mod_php`.
|
||||||
|
|
Loading…
Reference in a new issue