@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.

Installation Guide: Mention php-posix, php-opcache, php-apcu

Summary:
Mention these missing extensions:

- php-posix: mandatory, to run phd
(in Debian, this is a virtual package, but better to mention)
- php-opcache: optional, to speedup web frontend PHP parser
- php-apcu: optional, useful to cache web frontend data fetches

Also, abbreviated a paragraph.

Closes T16069

Test Plan: You know this info before starting.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: aklapper, tobiaswiese, Matthew, Cigaryno

Maniphest Tasks: T16069

Differential Revision: https://we.phorge.it/D26287

+4 -4
+4 -4
src/docs/user/installation_guide.diviner
··· 87 87 - **git**: You need git 2.5.0 or newer on the server. 88 88 No particular version is needed on your clients. 89 89 90 - You'll probably also need a **domain name**. In particular, you should read this 91 - note: 90 + You'll probably also need a **domain name**. In particular: 92 91 93 92 NOTE: Phorge must be installed on an entire domain. You can not install it 94 93 to a path on an existing domain, like `example.com/phorge/`. Instead, ··· 122 121 - Apache (usually "httpd" or "apache2") (or nginx) 123 122 - MySQL Server (usually "mysqld" or "mysql-server" or "mariadb-server") 124 123 - PHP (usually "php") 125 - - Required PHP extensions: mbstring, iconv, mysqli, curl, pcntl 124 + - Required PHP extensions: mbstring, iconv, mysqli, curl, pcntl, posix 126 125 (these might be something like "php-mysql" or "php-mysqlnd") 127 - - Optional PHP extensions: gd, zip 126 + (note that "php-posix" is usually included with "php-common" or "php-cli") 127 + - Optional PHP extensions: gd, zip, opcache, apcu 128 128 129 129 If you already have LAMP setup, you've probably already got everything you need. 130 130 It may also be helpful to refer to the install scripts above, even if they don't