Changes between Version 18 and Version 19 of Phabricator


Ignore:
Timestamp:
Sep 6, 2021, 1:59:30 PM (3 years ago)
Author:
Ceres
Comment:

Added a note that arcanist can be installed e.g. via Debian repo.

Legend:

Unmodified
Added
Removed
Modified
  • Phabricator

    v18 v19  
    3838=== Using Arcanist ===
    3939
    40 Phabricator can be interacted with through Arcanist, a command line interface. The installation of Arcanist might not be too user-friendly but the user guide [https://secure.phabricator.com/book/phabricator/article/arcanist/ there] should contain what you need. Basically you will need to install php-cli, get the code for Arcanist and add the tools to your PATH.
     40Phabricator can be interacted with through Arcanist, a command line interface. The installation of Arcanist might not be too user-friendly but the user guide [https://secure.phabricator.com/book/phabricator/article/arcanist/ there] should contain what you need. Basically you will need to install php-cli, get the code for Arcanist and add the tools to your PATH. **Note:** You can install arcanist also via e.g. the Debian repo:
     41{{{
     42sudo apt install arcanist
     43}}}
     44
    4145
    4246On Windows, I recommend using the Git Bash tool that comes with [https://git-scm.com/ Git], which you will need to install Arcanist anyways.