Changes between Version 5 and Version 6 of Installing


Ignore:
Timestamp:
Oct 5, 2009, 6:28:37 PM (14 years ago)
Author:
Gavin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installing

    v5 v6  
    22
    33There are two ways to get gnuMims running:
    4  1. Download the [http://www.gnumims.org/downloads/gnuMims.war war] file and deploy to a Java Servlet (see bellow).
    5  1. Download the source code, build and run with Grails.
     4 1. Download the WAR file and deploy to a Java Servlet (see bellow).
     5 1. Download the source code, build and run with Grails. (See the the DeveloperStartPage if you want to build a custom war.)
    66
    77Note: there is an online [http://democo.gnumims.com Demo]
     
    99'''Requirements'''
    1010
    11  * Java servlet, we currently use tomcat5.5.
    12  * Sun java sdk, we currently use "1.5.0_17" (Debian Lenny: sun-java5-jdk).
     11 * Java servlet, we currently use Tomcat-5.5.
     12 * Sun Java SDK, we currently use "1.5.0_17" (Debian Lenny: sun-java5-jdk).
    1313 * Database
    14   * The war is built to use an in memory database (hsqldb), this will NOT save data between restarts!
     14  * The [http://www.gnumims.org/downloads/gnuMims.war WAR] is built to use an in memory database (hsqldb), this will NOT save data between restarts!
    1515  * Most databases can be used, we currently use MySQL (Debian Lenny: mysql-server-5.0)
    16  * See the the DeveloperStartPage if you want to build a custom war.
    1716
    1817'''Steps'''
    1918
    2019 * Copy the war file into the [$TOMCAT_HOME]/webapps folder or choose to upload through the Tomcat online console.
    21  * Point your web browser to !http://localhost:8180/gnuMims/ or !http://myserver:port/gnuMims .
    22  * Sign on with the user name "admin" and password "pass"
    23  * Start using gnuMims.
     20 * Point your web browser to !http://localhost:8180/gnuMims/ or !http://myserver:port/gnuMims.
     21 * Restart Tomcat if required.
     22 * Login with the user name "admin" and password "pass".
    2423
    2524'''Tomcat'''