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
Arcanist
to$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
Arcanist
for 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
arc
command.