Skip to content
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.

  1. Fork or clone the git repo

  2. Open cmd and execute mvn install to grab most of the dependencies

  3. Optionally: run mvn idea:idea to generate all project-specific elements

  4. To run the application with maven, just type mvn jetty:run in any console (rather not Cygwin)

  5. 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)

Clone this wiki locally