Difference between revisions of "Arcanist setup"

From Software Heritage Wiki
Jump to: navigation, search
m (1 revision: import public pages from the intranet wiki)
(Configuration)
Line 11: Line 11:
  
 
<pre>
 
<pre>
$ arc set-config default https://USERNAME:PASSWORD@forge.softwareheritage.org/
+
$ arc set-config default https://forge.softwareheritage.org/
</pre>
 
 
 
where USERNAME/PASSWORD are the general credentials used to access the various Software Heritage websites.
 
(No username/password will be needed for this step in the future, once Software Heritage goes public.)
 
 
 
<pre>
 
 
$ arc install-certificate
 
$ arc install-certificate
 
</pre>
 
</pre>

Revision as of 12:43, 15 June 2018

Arcanist is a command line interface to Phabricator. This page details how to configure it for use with the Software Heritage forge.

Installation

# apt-get install arcanist

Configuration

$ arc set-config default https://forge.softwareheritage.org/
$ arc install-certificate

arc will prompt you to login into Phabricator via web (which will ask your personal Phabricator credentials). You will then have to copy past the API token from the web page to arc, and hit Enter to complete the certificate installation.

All done! Now have a look at arc help and start hacking.

Configuration file

Arcanist configuration is stored in ~/.arcrc.

Links