Changes between Version 5 and Version 6 of Installing
- Timestamp:
- Oct 5, 2009, 6:28:37 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installing
v5 v6 2 2 3 3 There 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.) 6 6 7 7 Note: there is an online [http://democo.gnumims.com Demo] … … 9 9 '''Requirements''' 10 10 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). 13 13 * Database 14 * The waris 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! 15 15 * 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.17 16 18 17 '''Steps''' 19 18 20 19 * 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". 24 23 25 24 '''Tomcat'''