Difference between revisions of "ARC client installation Mac OS X"

From SNIC Documentation
Jump to: navigation, search
(Swestore documentation moved)
(Tag: New redirect)
 
Line 1: Line 1:
Installing the ARC Graphical Clients on Mac OS X requires MacPorts. When MacPorts has been installed check out the following 2 repositories to your home directory:
+
#REDIRECT[[Swestore Documentation Moved]]
 
 
<pre>
 
$ svn checkout svn://svn.code.sf.net/p/arc-gui-clients/svn/trunk/macports/globus-ports ./globus-ports
 
$ svn checkout svn://svn.code.sf.net/p/arc-gui-clients/svn/trunk/macports/arc-ports ./arc-ports
 
</pre>
 
 
 
Next, update add the local repositories to to MacPorts by adding the following lines in the /opt/local/etc/macports/sources.conf before the rsync://rsync.macports… line, as shown below:
 
 
 
<pre>
 
file:///Users/[user id]/globus-ports [nosync]
 
file:///Users/[user id]/arc-ports [nosync]
 
rsync://rsync.macports.org/release/tarballs/ports.tar [default]
 
</pre>
 
 
 
To make MacPorts aware of the new local repos issue the following commands:
 
 
 
<pre>
 
$ cd globus-ports
 
$ portindex
 
$ cd ../arc-ports
 
$ portindex
 
</pre>
 
 
 
To install the ARC client tools issue the following commands:
 
 
 
<pre>
 
$ sudo port install nordugrid-arc-client
 
</pre>
 
 
 
The graphical clients can then be installed with:
 
 
 
<pre>
 
$ sudo port install arc-gui-clients
 
</pre>
 
 
 
Please note that proxy-generation using the firefox credential store is somewhat buggy. If it doesn't work you can always export your certificate and convert it using the arccert-ui graphical tool. Look in the MacPorts folder in Applications. The other tools can also be found in this folder.
 

Latest revision as of 13:07, 8 February 2023