Version 5 (modified by 18 years ago) (diff) | ,
---|
UTGB Medaka Setup
- see also Devel/Setup
- SVN repository: http://dev.utgenome.org/svn/utgb/trunk/UTGBMedaka
- This folder contains Eclipse project files, checkout this folder as an Eclipse project
Setup the web server (For administrators)
- Install Tomcat
- Build JK2 (tomcat-apache connector) from source: http://tomcat.apache.org/connectors-doc/
- Install httpd-devel with yum
in jk2-src > cd native; > ./configure --with-apxs=/usr/sbin/apxs > make > sudo make install
- Install httpd-devel with yum