Software Links
Getting Started
- Doc Structure
- A Globus Primer
- Globus Is Modular!
- Quickstart
- Installing GT
- Platform Notes
- GT Developer's Guide
- GT User's Guide (coming soon)
- Migrating from GT2
- Migrating from GT3
Reference
- Best Practices
- Coding Guidelines
- API docs
- Public Interfaces (coming soon)
- Resource Properties
- Samples
- Glossary
- Performance Studies (coming soon)
Manuals
Common Runtime
Security
- Non-WS (General) Security
- WS Java Security
- Message-level
- Authz Framework
- CAS
- Delegation Service
- MyProxy
- GSI-OpenSSH
- SimpleCA
- SGAS
Data Mgt
MDS4
Execution Mgt
Untar the tarball or grab the CVS source, run pyGridWare distutils setup script, optionally regenerate all bindings.
- Do one of the following:
Untar tarball:
%tar zxf pyGridWare-1.04b.tar.gz
Grab the CVS source:
%cvs -d :pserver:anonymous@bosshog.lbl.gov:/home/portnoy/u5/repository co login %cvs -d :pserver:anonymous@bosshog.lbl.gov:/home/portnoy/u5/repository co pyGridWare
Change directory
%cd pyGridWare
Run distutils
%python setup.py --regenerate install
If you want Message Level Security, build the GT2 libraries with a threaded flavor. You can install any GT3 All Source installer bundles. Directions for installing GT 3.2 can be found here.
To build pyGlobus:
- Set the environment variables GLOBUS_LOCATION and GPT_LOCATION to the location of the globus installation.
Run the pyGlobus distutils setup script:
%python setup.py install