-
Notifications
You must be signed in to change notification settings - Fork 3
How to use the Demo
Javier A. Ortiz Bultron edited this page Jul 19, 2017
·
1 revision
Validation Manager is released as a demo package. Follow this steps in order to use the demo.
- Download the release war file from here. Note: See disclaimer below.
- Download appropriate Tomcat Server from here. Validation Manager has been developed and tested on Tomcat 8 but should work in any later versions. Just follow the applicable instructions for the version you are using instead of the ones listed in this guide.
- Install Tomcat as per the applicable instructions found here.
- Start the Tomcat Server.
- Place the downloaded war file in $CATALINA_BASE/webapps/. Where $CATALINA_BASE is the installation folder of Tomcat.
- Open your browser and go to http://localhost:8080/validation-manager. Change the port (i.e. 8080) to the appropriate port if Tomcat was configured to run on a different port during installation.
- From here you can follow the Tutorial to explore Validation Manager.
This are Work in Progress features and don't reflect the current releases. This feature set is evolving in our way to version 1.0.0.
Until then, the database is in continuous change as features are implemented/added. We'll make sure that database can be upgraded from release to release, but at this point won't suggest using the application on production environment.
That said the product is not recommended for production environments at this point but user testing is encouraged.