Install Arcanist that is a command line tool for Phabricator.
PHP should be installed for Arcanist.
- Clone PHP utility.
> git clone https://github.com/phacility/libphutil.git
- Clone
Arcanist.> git clone https://github.com/phacility/arcanist.git
- Added a path to
Arcanistto$PATH.export PATH="$HOME/WWW/tools/arcanist/bin:$PATH"
- LLVM uses Phabricator. https://reviews.llvm.org
- Create an account at https://reviews.llvm.org.
- Set up
Arcanistfor LLVM Phabricator.> arc install-certificate https://reviews.llvm.org- Follow the instructions on the
arc. (Set up your client token.)
- Make it LLVM Phabricator default target.
> arc set-config default https://reviews.llvm.org
- And, use
arccommand.