@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+6 -5
+6 -5
src/docs/user/installation_guide.diviner
··· 22 22 you should not install Phabricator on these devices. Instead, install it on 23 23 a normal computer. 24 24 25 - You will need an **operating system** which is **not Windows**. Phabricator runs 26 - on most operating systems which are not Windows. 25 + To install the Phabricator server software, you will need an **operating 26 + system** on your normal computer which is **not Windows**. Note that **the 27 + command line interface //does// work on Windows**, and **you can //use// 28 + Phabricator from any operating system with a web browser**. However, the server 29 + software does not run on Windows. It does run on most other operating systems, 30 + so choose one of these instead: 27 31 28 32 - **Linux**: Most installs use Linux. 29 33 - **Mac OS X**: Mac OS X is an acceptable flavor of Linux. ··· 33 37 - **Solaris, etc.**: Other systems which look like Linux and quack like Linux 34 38 will generally work fine, although we may suffer a reduced ability to 35 39 support and resolve issues on unusual operating systems. 36 - 37 - NOTE: The command line interface to Phabricator, "Arcanist", //does// work on 38 - Windows. For instructions, see @{article:Arcanist User Guide: Windows}. 39 40 40 41 Beyond an operating system, you will need **a webserver**. 41 42