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 6: Line 6:
== DB Access ==
== DB Access ==


All OntoDB projects are backed by the projectmanagement system [[/GPMSWiki| GPMS]].
All OntoDB projects are backed by the projectmanagement system [[GPMSWiki| GPMS]].
To be able to work with OntoDB you need an account.  
To be able to work with OntoDB you need an account.  



Revision as of 17:13, 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/<name of project>

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