digiquest-webapp Documentation | print-friendly |
Note
The documentation is still incomplete and most documentation is missing. if you need help on a specific topic contact us.
Installation | ||
To run the digiquest web-application you need a servlet container like Apache Tomcat.
For the following steps, we assume that you use Apache Tomcat as a standalone server. The default installation of Tomcat is suitable to run the digiquest web-application.
- Download digiquest-webapp and extract the archive to a place you like.
- Copy digiquest.war to $TOMCAT_HOME/webapps.
- Start Tomcat. Usually this is done by invoking $TOMCAT_HOME/bin/startup[.bat|.sh].
- Point your browser to http://localhost:8080/digiquest and you should see the main page of the web-application.
- Point your browser to http://localhost:8080/digiquest/admin and you should see the admin page of the web-application.