Skip to content

A web interface to allow employees to trade and choose shifts and present a present meaningful information to the administrator highlighting gaps in the schedule and provide analyses of the hours worked by the employees.

Notifications You must be signed in to change notification settings

rgaskill/EShift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

Introduction

I am using JBoss7 and h2 for the development environment.

Details

H2 Database engine

http://www.h2database.com/html/main.html

For the windows install just select H2/H2 Console (Command Line) from the windows start menu to start the server.

From the h2 console set the sa password.

You then can run the CreateSchema main located in the soruce at EShift-jpa/src/test/java/CreateSchema. If you want to setup a different eshift admin user change the code here.

Jboss-as-7.1.1.FINAL

Download and unzip to your preferred location on your hardrive.

Add an admin user

From the bin directory run the standalone script to start the server in standalone mode.

Add the default datasource and security-realm by running the EShift-jboss pom

To deploy the current eshift war

About

A web interface to allow employees to trade and choose shifts and present a present meaningful information to the administrator highlighting gaps in the schedule and provide analyses of the hours worked by the employees.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages