Changes between Version 4 and Version 5 of ReleasingApplications


Ignore:
Timestamp:
Aug 11, 2010, 2:32:07 PM (14 years ago)
Author:
Kevin Milner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleasingApplications

    v4 v5  
    3131
    3232=== Setup Tomcat production dir ===
    33 SSH into !opensha@opensha.usc.edu then navigate to the Tomcat development build directory (for more information see [wiki:TomcatConfig Tomcat Configuration]).
     33SSH into !opensha@opensha.usc.edu then navigate to the Tomcat development build directory (for more information see [wiki:TomcatConfig Tomcat Configuration]):
    3434{{{
    3535kevin@milner:~$ ssh opensha@opensha.usc.edu
     
    4343At revision 6959.
    4444}}}
    45 Then rebuild the project
     45Then rebuild the project:
    4646{{{
    4747[3:opensha] /usr/local/tomcat/default/webapps/OpenSHA/WEB-INF: ./rebuild.sh
    4848}}}
    49 Then restart Tomcat
     49Then restart Tomcat:
    5050{{{
    5151[4:opensha] /usr/local/tomcat/default/webapps/OpenSHA/WEB-INF: cd ant/
     
    5959You should update the build number in the release branch as well, then commit the change. See [#UpdateBuildVersion Update Build Version] above.
    6060
    61 Once the updates are in the release branch on SVN, you'll need to update the checked out copy on the server. SSH into !opensha@opensha.usc.edu then navigate to the Tomcat development build directory (for more information see [wiki:TomcatConfig Tomcat Configuration]).
     61Once the updates are in the release branch on SVN, you'll need to update the checked out copy on the server. SSH into !opensha@opensha.usc.edu then navigate to the Tomcat development build directory (for more information see [wiki:TomcatConfig Tomcat Configuration]):
    6262{{{
    6363kevin@milner:~$ ssh opensha@opensha.usc.edu
     
    6565[1:opensha] ~: cd /usr/local/tomcat/default/webapps/OpenSHA/WEB-INF
    6666}}}
    67 Then rebuild the project
     67Then rebuild the project:
    6868{{{
    6969[2:opensha] /usr/local/tomcat/default/webapps/OpenSHA/WEB-INF: ./rebuild.sh
     
    7171
    7272== Building the applications ==
     73Once the Tomcat directory is all setup and updated, it's time to build the applications!
     74
     75SSH into !opensha@opensha.usc.edu then navigate to the "ant" sub-directory of the Tomcat development build directory (for more information see [wiki:TomcatConfig Tomcat Configuration]):
     76{{{
     77kevin@milner:~$ ssh opensha@opensha.usc.edu
     78Last login: Wed Aug 11 14:09:07 2010 from milner.usc.edu
     79[1:opensha] ~: cd /usr/local/tomcat/default/webapps/OpenSHA/WEB-INF/ant
     80}}}
     81Build the applications using the [source:trunk/ant/MultiAppBuilder.xml MultiAppBuilder.xml] ant build file's "build.dist" target:
     82{{{
     83[2:opensha] /usr/local/tomcat/default/webapps/OpenSHA/WEB-INF/ant: ./runAnt.sh MultiAppBuilder.xml build.dist
     84Buildfile: MultiAppBuilder.xml
     85...
     86BUILD SUCCESSFUL
     87Total time: 4 minutes 6 seconds
     88}}}
     89And that's it!