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
Building from source is only needed if you need to modify or test the source code for some reason.
The source code is available in the same installer tar ball as the binaries, in the file sgas-4.0.1-src.tar.gz.
To build from source, extract the files in that tar ball and run the make-dist script contained therein.
Source code is available via AFS. To retrieve the latest code set your CVSROOT environment variable to:
/afs/pdc.kth.se/src/packages/SweGrid/SourceRepository. Then export the code by running the following command:
cvs export -D today accounting
If you don't have access to AFS you can also download a nightly checkout of the code from http://www.sgas.se/source/.