OntologyDBWiki/DeveloperDocumentation/GettingStarted: Difference between revisions

From BRF-Software
Jump to navigation Jump to search
imported>KaiRunte
No edit summary
imported>KaiRunte
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
= Getting Started =
= Getting Started =
This HowTo explains briefly how to get started with developing code for OntoDB project.
== DB Access ==
All OntoDB projects are backed by the projectmanagement system GPMS.
To be able to work with OntoDB 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.
== CVS ==
* create a working direktory for CVS in your home named 'CVS'
* cd to that directory and get the projects needed to run OntoDB:
<pre><nowiki>
cvs checkout bioinfo/ontodb
</nowiki></pre>
  you need to checkout the following projects:
* ontodb
* projectmanagement
* common
== API Documentation ==
The API documentation of OntoDB is not checked in as this causes more
trouble then it's worth. To generate your own copy of the API
documentation, simply run the script
<pre><nowiki>
CVS/bioinfo/ontodb/bin/create_html_doc.sh
</nowiki></pre>


== Useful Documentation/Links ==
== Useful Documentation/Links ==

Revision as of 17:09, 12 May 2005

Getting Started

This HowTo explains briefly how to get started with developing code for OntoDB project.

DB Access

All OntoDB projects are backed by the projectmanagement system GPMS. To be able to work with OntoDB 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.

CVS

  • create a working direktory for CVS in your home named 'CVS'
  • cd to that directory and get the projects needed to run OntoDB:
cvs checkout bioinfo/ontodb
  you need to checkout the following projects:
  • ontodb
  • projectmanagement
  • common

API Documentation

The API documentation of OntoDB is not checked in as this causes more trouble then it's worth. To generate your own copy of the API documentation, simply run the script

CVS/bioinfo/ontodb/bin/create_html_doc.sh


Useful Documentation/Links