| |  | {note} |
| | Under construction until further notice |
| | {note} |
| | |
| | h1. IAMSuite Developer's Corner |
 |  | |
| | Access to downloads, installation instruction, and mailing lists |
| | |
| | h2. Accessing Source Repository |
| | |
 |  | In order to access the Subversion repositories you will need a Subversion client, this list offers [some common clients|http://subversion.tigris.org/links.html#clients|http://subversion.tigris.org/links.html#clients]. |
| | | In order to access the Subversion repositories you will need a Subversion client, this list offers [some common clients|http://subversion.tigris.org/links.html#clients|http://subversion.tigris.org/links.html#clients]. |
| | |
 |  | The SVN URL for each project is: https://svn.mams.org.au/IAMSuite |
| | | The SVN URL for each project is: [https://www.mams.org.au/iamsuite-svn] |
| | |
 |  | The web view for each project is: http://svn.mams.org.au/view?root=IAMSuite |
| | | The web view for each project is: [https://www.mams.org.au/iamsuite-svn] |
| | |
| | *Example for Linux/Unix users:* |
| | |
| | If you are using the Subversion client and you like to checkout the Java idp sources open a terminal and type following commands: |
| | {code} |
| | $ cd /temp |
 |  | $ svn co http://svn.mams.org.au/IAMSuite |
| | | $ svn co https://www.mams.org.au/iamsuite-svn |
| | $ ... |
| | {code} |
| | |
| | h2. Installation |
| | |
| | *Prerequisites* |
| | # Shibboleth {nl:IdP} [1.3.x|http://federation.org.au/docs/ManualIdPInstall] |
| | # Shibboleth {nl:SP} [1.3.x|http://federation.org.au/docs/ManualSPInstall] |
| | # Tested on Apache 2 and Tomcat 5.x |
| | |
 |  | |
| | *Steps* |
| | # download latest {nl:IAMSuite} from SVN |
| | # modify [configuration files|InstallModifyConfigFiles] |
| | # configure [additional plugins|Plugins] -- remember to put installation instruction on the plugin page |
| | # ant install |
| | # ant create-database |
| | # [configure apache|InstallConfigureApache] |
| | # restart apache and tomcat |
| | |
| | *Tests* |
| | # go to [http://hostname/gridsphere] |
| | # login to [OpenIdP|http://openidp.federation.org.au] or your {nl:IdP} |
| | # if there are errors, check tomcat catalina.out log file |
| | |
| | h2. Plugin development |
| | |
 |  | |
| | h3. IAMSuite API Hooks |
| | |
 | | |
| | h3. etc |