Select the types of activity you want to include in your feed.
@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
···3232scripts available which should handle most of the things discussed in this
3333document for you:
34343535- - **RedHat Derivatives**: <http://www.phabricator.com/rsrc/install/install_rhel-derivs.sh>
3535+ - **RedHat Derivatives**:
3636+ <http://www.phabricator.com/rsrc/install/install_rhel-derivs.sh>
3637 - **Ubuntu**: <http://www.phabricator.com/rsrc/install/install_ubuntu.sh>
37383839If those work for you, you can skip directly to the
···4546 - Apache (usually "httpd" or "apache2") (or nginx)
4647 - MySQL Server (usually "mysqld" or "mysql-server")
4748 - PHP (usually "php")
4848- - Required PHP extensions: mbstring, iconv, mysql, curl, pcntl (these might be
4949- something like "php-mysql" or "php5-mysql")
4949+ - Required PHP extensions: mbstring, iconv, mysql (or mysqli), curl, pcntl
5050+ (these might be something like "php-mysql" or "php5-mysql")
5051 - Optional PHP extensions: gd, apc (special instructions for APC are available
5152 below if you have difficulty installing it), xhprof (instructions below,
5253 you only need this if you are developing Phabricator)