Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

benjamindittwald/wormstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

WormStats README

WormStats is a simple webbased leage system for worms like games.

Get Started

Prerequisites

  1. Install git
  2. Install Sun Java JDK >= 6
  3. Install Maven >= 2
  4. Install PostgreSQL >= 8.4
  5. Install JBoss >= 7.1

Get the source

  1. git clone git://github.com/einzeller/wormstats.git

Build Project

  1. Edit $PROJECT_DIR/src/wormstats/persistence-ejb/src/main/resources/META-INF/persistence.xml and change the value of eclipselink.ddl-generation to create-tables
  2. Run $PROJECT_DIR/src/wormstats/wormstats-ear/mvn install

PostgreSQL

  1. Create a user and database for WormStats

JBOSS & deploy

  1. Download and install GlassFish AS >= 3.1
  2. Download PostgreSQL JDBC Driver according to yout PostgreSQL version and create a JBoss PostgreSQL datasource
  3. Set your JNDI in persistence.xml of persistence-ejb project
  4. Package the parent project: mvn clean package
  5. Deploy $PROJECT_DIR/src/wormstats/wormstats-ear/target/wormstats-ear-1.0-SNAPSHOT.ear

Run the application

  1. Open your preferred webbrowser and go to http://localhost:8080/wormstats-web

Contact

Benjamin Dittwald, bendittwald at googlemail.com

About

Simple webbased leage for worms like games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published