-
Notifications
You must be signed in to change notification settings - Fork 1
Home
vegaasen edited this page May 21, 2012
·
5 revisions
How to use Htpasswd java webapp
This is a short guide on how to use the webapp.
-
Fork or clone the git repo
-
Open cmd and execute mvn install to grab most of the dependencies
-
Optionally: run mvn idea:idea to generate all project-specific elements
-
To run the application with maven, just type mvn jetty:run in any console (rather not Cygwin)
-
The following links is of interest:
Enjoy the simple application! Note: The documentation will be updated as the application is expanded with a simple REST-API.
Requires:
-
maven (pref. 3.0.HEAD)
-
internet connection (for dependencies)