Changes between Version 15 and Version 16 of Installing
- Timestamp:
- Jun 28, 2010, 4:27:22 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installing
v15 v16 7 7 There are two ways to get gnuMims running: 8 8 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 DeveloperStartPagefor 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). 10 10 11 11 Note: the online [http://democo.gnumims.com Demo] provides the easiest way to take gnuMims for a test run. … … 13 13 '''Requirements''' 14 14 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! 19 22 * 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]. 23 28 24 ''' Steps'''29 '''WAR Deployment Steps''' 25 30 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. 27 32 * Point your web browser to !http://localhost:8180/gnuMims/ or !http://myserver:port/gnuMims. 28 33 * Restart Tomcat if required. 34 * The exact case and name of the war file must match the address. 29 35 * Login with the user name "admin" and password "pass". 30 * Navigate to Home -> Admin and create the base data (demo data is optional).31 36 32 [wiki:InstallationTips More installation tips] 37 '''[wiki:InstallationTips More Installation Tips]'''