Changes between Version 5 and Version 6 of Howtos/ESGFDownloadScript
- Timestamp:
- 24/11/10 14:14:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howtos/ESGFDownloadScript
v5 v6 12 12 They are alternative means of performing the same task of getting credentials. 13 13 14 === !MyProxyLogon !WebStart === 14 === Java !MyProxyLogon !WebStart === 15 Prerequisite: Java Runtime Environment version 1.5 or later installed on your host machine. 16 15 17 Select this [http://grid.ncsa.illinois.edu/myproxy/MyProxyLogon/MyProxyLogon.jnlp link] to invoke the !WebStart application. If this doesn't work the application can be [http://grid.ncsa.illinois.edu/myproxy/MyProxyLogon/MyProxyLogon.jar downloaded] and run from a command line instead: 16 18 {{{ … … 28 30 }}} 29 31 30 === !MyProxyClient Package ===32 === Python !MyProxyClient Package === 31 33 This package provides a command line script for obtaining credentials from a !MyProxy server. To install, 32 34 {{{ 33 35 $ sudo easy_install MyProxyClient 34 36 }}} 37 If you don't have `easy_install` installed, you can get the [http://peak.telecommunity.com/dist/ez_setup.py bootstrap script] and then run: 38 {{{ 39 $ sudo python ez_setup.py 40 }}} 41 35 42 If you don't have `sudo` or admin access rights see [wiki:Howtos/ESGFDownloadScript#InstallwithoutadminPrivileges below] for alternative installation instructions. 36 43