Difference between revisions of "Arcanist setup"

From Software Heritage Wiki
Jump to: navigation, search
m (typo)
(Redirect to swhdocs)
(Tag: New redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[https://secure.phabricator.com/book/phabricator/article/arcanist/ Arcanist] is a command line interface to [[Phabricator]].
+
#REDIRECT [[swhdocs:devel/contributing/phabricator.html#arcanist-configuration]]
This page details how to configure it for use with the [[Software Heritage]] forge.
 
 
 
== Installation ==
 
 
 
<pre>
 
# apt-get install arcanist
 
</pre>
 
 
 
== Configuration ==
 
 
 
<pre>
 
$ arc set-config default https://forge.softwareheritage.org/
 
$ arc install-certificate
 
</pre>
 
 
 
arc will prompt you to login into Phabricator via web (which will ask your personal Phabricator credentials).
 
You will then have to copy paste 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 ==
 
 
 
* [https://www.mediawiki.org/wiki/Phabricator/Arcanist#Setup Wikimedia guide to Arcanist setup]
 
  
  
 
[[Category:Software development]]
 
[[Category:Software development]]

Latest revision as of 11:12, 22 March 2021