Changes between Version 14 and Version 15 of UTGBMedaka/Setup
- Timestamp:
- 08/01/07 17:42:03 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBMedaka/Setup
v14 v15 5 5 * This folder contains Eclipse project files, checkout this folder as an Eclipse project 6 6 7 * Server: moonlight.xerial.org 7 * Server: moonlight.xerial.org (CentOS5 - equivalent to RedHat Enterprise Linux 5) 8 8 * http://moonlight.xerial.org/GenomeBrowser/GenomeBrowser.html 9 9 * http://moonlight.xerial.org/UTGBMedaka/UTGBMedaka.html 10 10 11 11 = Setup the web server (For administrators) = 12 * Install Java (JDK6) 13 * download the rpm 14 * set JAVA_HOME variable via /etc/profile.d/java.sh 15 {{{ 16 # set the java environment 17 export JAVA_HOME=/usr/java/jdk1.6.0_02 18 export PATH=$JAVA_HOME/bin:$PATH 19 }}} 12 20 * Install Apache (2.2.x) via RPM 13 21 * sudo chkconfig httpd on … … 111 119 }}} 112 120 113 * install [http://ant.apache.org ANT] 121 * install [http://ant.apache.org ANT] via RPM 122 123 = Deployment of the Web Applications = 124 * checkout the UTGBMedaka project into /home/web/work/UTGBMedaka 125 * export the GWT library 126 {{{ 127 > svn export http://dev.utgenome.org/svn/utgb/archive/gwt/gwt-linux-1.4.10.tar.gz 128 > tar xvfz gwt-linux-1.4.10.tar.gz -C /home/web/local/src 129 > ln -s /home/web/local/src/gwt-linux-1.4.10 /home/web/local/gwt 130 }}} 131 * edit the build.properties file 132 * set gwt.home, gwt.dev, TOMCAT_HOME, tomcat.manager.username, tomcat.manager.password appropriately 133 * Compile & Deploy 134 {{{ 135 > cd /home/web/work/UTGBMedaka 136 > svn update 137 > ant deploy 138 }}} 114 139 140 * Check the web application 141 * http://moonlight.xerial.org/UTGBMedaka/UTGBMedaka.html