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

Document that ext/mysqli may be used instead of ext/mysql

Test Plan: Read.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4348

vrana 38944612 7fe5f218

+4 -3
+4 -3
src/docs/installation_guide.diviner
··· 32 32 scripts available which should handle most of the things discussed in this 33 33 document for you: 34 34 35 - - **RedHat Derivatives**: <http://www.phabricator.com/rsrc/install/install_rhel-derivs.sh> 35 + - **RedHat Derivatives**: 36 + <http://www.phabricator.com/rsrc/install/install_rhel-derivs.sh> 36 37 - **Ubuntu**: <http://www.phabricator.com/rsrc/install/install_ubuntu.sh> 37 38 38 39 If those work for you, you can skip directly to the ··· 45 46 - Apache (usually "httpd" or "apache2") (or nginx) 46 47 - MySQL Server (usually "mysqld" or "mysql-server") 47 48 - PHP (usually "php") 48 - - Required PHP extensions: mbstring, iconv, mysql, curl, pcntl (these might be 49 - something like "php-mysql" or "php5-mysql") 49 + - Required PHP extensions: mbstring, iconv, mysql (or mysqli), curl, pcntl 50 + (these might be something like "php-mysql" or "php5-mysql") 50 51 - Optional PHP extensions: gd, apc (special instructions for APC are available 51 52 below if you have difficulty installing it), xhprof (instructions below, 52 53 you only need this if you are developing Phabricator)