IGetDBWiki/GettingStarted: Difference between revisions
Jump to navigation
Jump to search
imported>KaiRunte No edit summary |
imported>KaiRunte No edit summary |
||
Line 25: | Line 25: | ||
trouble then it's worth. To generate your own copy of the API | trouble then it's worth. To generate your own copy of the API | ||
documentation, simply run <code><nowiki>ant doc</nowiki></code> in <code><nowiki>igetdb</nowiki></code> directory. | documentation, simply run <code><nowiki>ant doc</nowiki></code> in <code><nowiki>igetdb</nowiki></code> directory. | ||
== Setting up the IGetDB-exporter for EMMA == | |||
[[IGetDBWiki/GettingStarted/EmmaPlugin| EMMA Plugin]] | |||
== Web-Server == | == Web-Server == |
Revision as of 14:20, 10 May 2007
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
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.