Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 553 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 553 Bytes

photodb

Quick start [standalone application]

You can run the application by following these simple steps.

  1. Checkout this source code
  2. Go to the root of your application and run mvn clean install tomee:run
  3. Open http://localhost:8080/photodb

Quick start [solution]

This application is part of the photodb/faceid/msglnk solution. In order to make it visible to the other applications execute this command instead:

mvn clean install tomee:run -P solution

Dependency

  1. = Maven 3.x.x

  2. = Java 1.6