Changes between Version 14 and Version 15 of UTGBMedaka/Setup


Ignore:
Timestamp:
08/01/07 17:42:03 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UTGBMedaka/Setup

    v14 v15  
    55   * This folder contains Eclipse project files, checkout this folder as an Eclipse project
    66
    7  * Server: moonlight.xerial.org
     7 * Server: moonlight.xerial.org (CentOS5 - equivalent to RedHat Enterprise Linux 5)
    88   * http://moonlight.xerial.org/GenomeBrowser/GenomeBrowser.html
    99   * http://moonlight.xerial.org/UTGBMedaka/UTGBMedaka.html
    1010 
    1111= 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
     17export JAVA_HOME=/usr/java/jdk1.6.0_02
     18export PATH=$JAVA_HOME/bin:$PATH
     19}}}
    1220 * Install Apache (2.2.x) via RPM
    1321   * sudo chkconfig httpd on
     
    111119}}}
    112120
    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}}}
    114139 
     140 * Check the web application
     141   * http://moonlight.xerial.org/UTGBMedaka/UTGBMedaka.html