What is Phabricator used for?
Phabricator is a suite of web-based development collaboration tools, including: Differential code review tool. Diffusion repository browser. Herald change monitoring tool.
How do I set up Phabricator?
Install Phabricator Platform on Ubuntu 16.04 | 18.04 with Apache2, MariaDB and PHP 7.2
- Step 1: Install Apache2 HTTP Server. ...
- Step 2: Install MariaDB Database Server. ...
- Step 3: Install PHP 7.2 and Related Modules. ...
- Step 3: Restart Apache2. ...
- Step 4: Download and Install Phabricator. ...
- Step 5: Configure Apache2 Phabricator Site.
How do I review Phabricator?
Reviewing code with Phabricator
Phabricator allows you to add inline comments as well as overall comments to a revision. To add an inline comment, select the lines of code you want to comment on by clicking and dragging the line numbers in the diff pane.
How do I install arc Phabricator?
Arcanist is written in PHP, so you need to install the PHP CLI first if you don't already have it. Arcanist should run on PHP 5.2 and newer. If you don't have PHP installed, you can download it from http://www.php.net/. Now add some_install_path/arcanist/bin/ to your PATH environment variable.