Drop Dead Loot Management Code
Status: Pre-Alpha
Brought to you by:
pettermahlen
File | Date | Author | Commit |
---|---|---|---|
.settings | 2008-10-16 | pettermahlen | [r1] Initial import |
grails-app | 2008-10-20 | pettermahlen | [r4] Added MySQL support and tweaked the UI a bit. |
lib | 2008-10-20 | pettermahlen | [r4] Added MySQL support and tweaked the UI a bit. |
scripts | 2008-10-20 | pettermahlen | [r4] Added MySQL support and tweaked the UI a bit. |
src | 2008-10-16 | pettermahlen | [r1] Initial import |
test | 2008-10-16 | pettermahlen | [r1] Initial import |
web-app | 2008-10-16 | pettermahlen | [r1] Initial import |
.classpath | 2008-10-16 | pettermahlen | [r1] Initial import |
.project | 2008-10-16 | pettermahlen | [r1] Initial import |
DropDead-0.1.war | 2008-10-20 | pettermahlen | [r5] Added README and packaged application. |
DropDead.launch | 2008-10-16 | pettermahlen | [r1] Initial import |
DropDead.tmproj | 2008-10-16 | pettermahlen | [r1] Initial import |
README.txt | 2008-10-20 | pettermahlen | [r5] Added README and packaged application. |
application.properties | 2008-10-16 | pettermahlen | [r1] Initial import |
build.xml | 2008-10-16 | pettermahlen | [r1] Initial import |
This is an early version of the loot management system used by the Elders called Drop Dead. This file contains instructions on how to use it. Please add tracker entries for bugs or desired features to the SourceForge project at http://sourceforge.net/projects/dropdead/. INSTALLATION: 1. Download and install MySQL 5 (Community Server version) from http://dev.mysql.com/downloads/. 2. Open MySQL Query Analyser and run the database creation script that is found in the folder scripts/create_db.sql 3. Download and install Tomcat from http://tomcat.apache.org/download-60.cgi and keep track of where it is installed. 4. Copy the .WAR file (currently DropDead-0.1.war) to the 'webapps' directory under the Tomcat installation directory. 5. Navigate to http://localhost:8080/DropDead-0.1. Note that the port (8080) can vary if you change the default in the Tomcat installation. DEVELOPING 1. Download and install Grails as described at http://grails.org/Installation. Note that that includes installing Groovy. 2. Get the dropdead source code from its SVN repository as described at https://sourceforge.net/svn/?group_id=242444 3. Change directory to where you checked the code out, and type 'grails run-app'. It should now be accessible at http://localhost:8080/DropDead. Note that there could be a conflict with an existing Tomcat server, if that is running at the same time.