| | 1 | == Install == |
| | 2 | |
| | 3 | This topic is still on our TODO list, please see the online [http://democo.gnumims.com Demo] |
| | 4 | |
| | 5 | '''Requirements''' |
| | 6 | |
| | 7 | * Java servlet, we use tomcat. |
| | 8 | * Mysql - most databases can be used but the war is built for myslq. |
| | 9 | * See the the DeveloperStartPage if you want to generate a custom war. |
| | 10 | |
| | 11 | '''Steps''' |
| | 12 | |
| | 13 | * Download zip file |
| | 14 | * Extract the zip file into a directory of your choice |
| | 15 | * Run SQL script setup.sql |
| | 16 | * Copy the gnumims.war file into the [tomcat.home]/webapps folder or choose to upload through the Tomcat online console. |
| | 17 | * Point your web-browser to !http://myserver:port/gnumims |
| | 18 | * Sign on with the user name "admin" and password "pass" |
| | 19 | * Start using gnuMims. |