Changes between Version 15 and Version 16 of Installing


Ignore:
Timestamp:
Jun 28, 2010, 4:27:22 AM (14 years ago)
Author:
Gavin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installing

    v15 v16  
    77There are two ways to get gnuMims running:
    88 1. Download a prepared WAR file and deploy to a Java Servlet (as detailed bellow).
    9  1. Download the source code and build a custom WAR with Grails (see the DeveloperStartPage for this option).
     9 1. Download the source code and build a custom WAR with Grails (see the [wiki:DeveloperStartPage Developer Start Page] for this option).
    1010
    1111Note: the online [http://democo.gnumims.com Demo] provides the easiest way to take gnuMims for a test run.
     
    1313'''Requirements'''
    1414
    15  * Java servlet, we currently use Tomcat-5.5.
    16  * Sun Java SDK, we currently use "1.5.0_17" (Debian Lenny: sun-java5-jdk).
    17  * Database options:
    18   * The development [http://www.gnumims.org/downloads/dev/gnuMims.war WAR] is configured to use an in memory database (HSQLDB), this will NOT save data between restarts!
     15 * Java servlet.
     16  * We currently use Tomcat-5.5.
     17 * Sun Java SDK.
     18  * We currently use "1.5.0_17" (Debian Lenny: sun-java5-jdk).
     19 * Database.
     20  * The development [http://www.gnumims.org/downloads/dev/gnuMimsDev.war WAR] is configured to use an in memory database (HSQLDB).
     21   * This will NOT save data between restarts!
    1922   * But has the advantage that no database setup is required, this is what the online demo runs.
    20   * The production [http://www.gnumims.org/downloads/prod/gnuMims.war WAR] is configured to use MySQL (we currently use Debian Lenny: mysql-server-5.0)
    21    * To use this option a MySQL server needs to [wiki:MysqlConfig configured]:
    22   * For other database options please see the developer page.
     23   * May be handy to check that the Java server is working.
     24  * The production [http://www.gnumims.org/downloads/prod/gnuMimsLive.war WAR] is configured to use MySQL.
     25   * We currently use "5.0.51" (Debian Lenny: mysql-server-5.0)
     26   * See [wiki:MysqlConfig MySQL Configuration Guide].
     27  * For other database options please see the [wiki:ChangingTheDatabase Changing the Database].
    2328
    24 '''Steps'''
     29'''WAR Deployment Steps'''
    2530
    26  * Copy the war file into the [$TOMCAT_HOME]/webapps folder or choose to upload through the Tomcat online console.
     31 * Copy the war file to [$TOMCAT_HOME]/webapps/gnuMims.war or choose to upload through the Tomcat online console.
    2732 * Point your web browser to !http://localhost:8180/gnuMims/ or !http://myserver:port/gnuMims.
    2833 * Restart Tomcat if required.
     34 * The exact case and name of the war file must match the address.
    2935 * Login with the user name "admin" and password "pass".
    30  * Navigate to Home -> Admin and create the base data (demo data is optional).
    3136
    32 [wiki:InstallationTips More installation tips]
     37'''[wiki:InstallationTips More Installation Tips]'''