Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 351 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 351 Bytes

Doors

The project aims at providing services around an LDAP authentication.

Build & Run##

First, build the javascript:

$ cd doors/application
$ sbt
> project lab    // selects the parent project
> run            // packages the project and runs

Run it !

Open http://localhost:8989/ in your browser.