EMMA 2 Getting Started

From BRF-Software
Revision as of 14:13, 3 June 2004 by imported>MichaelDondrup
Jump to navigation Jump to search

Here comes a short HowTo about how to get started with developing EMMA.

CVS

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

Web-Server

  • goto CVS/bioinfo/emma2/share/www
  • edit apache2.sh: change PORT=XXXX to any free port on the webserver, and set CVS= to your CVS-directory
  • login on the testwebserver (hook): `rsh hook`
  • execute `CVS/bioinfo/emma2/share/www/apache2.sh start`
  • try to open http://hook:PORT with your browser
  • if nothing happens or you get an error message have a look at CVS/bioinfo/emma2/share/www/all.errors

Documentation

The main source of documentation is this Wiki ;) see EMMA2Overview