IGetDBWiki/GettingStarted
Jump to navigation
Jump to search
Getting Started
This HowTo explains briefly how to get started with developing code for IGetDB project.
Code Example
You can download some example source-code showing how to access an IGetDB mart and convert the results into a nice pie-chart: Media:IGetDBWiki$$GettingStarted$igetdb_1_0-tutorial.zip
Setup of the IGetDB project class in GPMS 2
Setup of the IGetDB project class in GPMS 2 (internal wiki)
DB Access
All IGetDB projects are backed by the projectmanagement system GPMS. To be able to work with IGetDB you need an account.
Version Control
API Documentation
The API documentation of IGetDB is not checked in as this causes more
trouble then it's worth. To generate your own copy of the API
documentation, simply run ant doc
in igetdb
directory.