IGetDBWiki/GettingStarted: Difference between revisions
Jump to navigation
Jump to search
imported>KaiRunte No edit summary |
|||
(17 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
This HowTo explains briefly how to get started with developing code for IGetDB project. | 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 == | |||
== | |||
[http://www.cebitec.uni-bielefeld.de/groups/brf/internal/AdministrationOverview/SetupNewIGetDBProjectClass Setup of the IGetDB project class in GPMS 2 (internal wiki)] | |||
== DB Access == | |||
All IGetDB projects are backed by the projectmanagement system [[GPMSWiki| GPMS]]. | |||
To be able to work with IGetDB you need an account. | |||
== Version Control == | |||
[[IGetDBWiki/GettingStarted/VersionControl| Version Control]] | |||
== API Documentation == | == API Documentation == | ||
Line 41: | 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 == | ||
[[IGetDBWiki/GettingStarted/WebServer| Web-Server]] | |||
== Documentation == | == Documentation == | ||
[[IGetDBWiki/GettingStarted/Documentation| Documentation]] | |||
== Directory Structure == | == Directory Structure == | ||
[[IGetDBWiki/GettingStarted/DirectoryStructure| Directory Structure]] | |||
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.