IGetDBWiki/GettingStarted: Difference between revisions
Jump to navigation
Jump to search
imported>KaiRunte No edit summary |
|||
(One intermediate revision by one other user not shown) | |||
Line 15: | Line 15: | ||
All IGetDB projects are backed by the projectmanagement system [[GPMSWiki| GPMS]]. | All IGetDB projects are backed by the projectmanagement system [[GPMSWiki| GPMS]]. | ||
To be able to work with IGetDB you need an | To be able to work with IGetDB you need an account. | ||
== Version Control == | == Version Control == |
Latest revision as of 14:33, 28 October 2011
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.