 |
Under construction until further notice |
IAMSuite Developer's Corner
Access to downloads, installation instruction, and mailing lists
Accessing Source Repository
In order to access the Subversion repositories you will need a Subversion client, this list offers some common clients
.
The SVN URL for each project is: https://www.mams.org.au/iamsuite-svn
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:
$ cd /temp
$ svn co https:$ ...
Installation
Prerequisites
- Shibboleth IdP 1.3.x

- Shibboleth SP 1.3.x

- Tested on Apache 2 and Tomcat 5.x
Steps
- download latest IAMSuite from SVN
- modify [configuration files]
- configure [additional plugins] – remember to put installation instruction on the plugin page
- ant install
- ant create-database
- [configure apache]
- restart apache and tomcat
Tests
- go to http://hostname/gridsphere

- login to OpenIdP
or your IdP
- if there are errors, check tomcat catalina.out log file
Plugin development
IAMSuite API Hooks
etc