Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.41 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.41 KB

filteratorr

Web app to validate and test vault filters.

In action: filteratorr.appspot.com

Develop

The actual web app code is in src/main/webapp.

Run a local test server

mvn appengine:run

Then go to http://localhost:8080

Kill server with CTRL+C. Must be restarted every time a file has changed.

Deploy to Google App engine

mvn appengine:deploy

Thanks

Special thanks to @alexkli. The project layout and build files were copied from his versionatorr.