forked from te-con/ehour
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
18 lines (10 loc) · 695 Bytes
/
Copy pathREADME
File metadata and controls
18 lines (10 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
eHour is an open source webbased time tracking tool for companies and organizations who need accurate information on
how much time is spend on projects.
eHour makes the amount of time your people spend on projects visible and available as simple and user friendly as possible.
Building eHour
---------------------------------------
To start eHour from your IDE, create an environment variable EHOUR_HOME and point it to
eHour-standalone/src/test/resources
Now run the EhourServerRunner (in the eHour-standalone module) to start your server.
To build the production WAR, use profile prod: mvn clean install -Pprod
To run the selenium e2e tests, use profile e2e: mvn clean install -Pe2e