IGetDBWiki/GettingStarted: Difference between revisions
imported>KaiRunte No edit summary |
imported>KaiRunte No edit summary |
||
Line 7: | Line 7: | ||
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]] | 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 == | |||
[http://www.cebitec.uni-bielefeld.de/groups/brf/internal/AdministrationOverview/SetupNewIGetDBProjectClass Setup of the IGetDB project class in GPMS 2 (internal wiki)] | |||
== DB Access == | == DB Access == |
Revision as of 15:52, 6 November 2008
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.
If you are a developer send an email to: MailTo(krunte AT cebitec DOT uni DASH bielefeld DOT de) to get a developer 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.