EMMA 2 Getting Started: Difference between revisions
Jump to navigation
Jump to search
imported>MichaelDondrup No edit summary |
imported>MichaelDondrup No edit summary |
||
Line 6: | Line 6: | ||
* create a working direktory for CVS in your home named 'CVS' | * create a working direktory for CVS in your home named 'CVS' | ||
* cd to that directory and get the projects needed to run emma: | * cd to that directory and get the projects needed to run emma: | ||
` cvs | ` cvs checkout bioinfo/emma2 ` | ||
you need to checkout the following projects: | you need to checkout the following projects: | ||
* emma2 | * 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]] |
Revision as of 14:13, 3 June 2004
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