Before first run you should build database. For runnig evidence from source code is recommened local file based HSQL database. Per default database is built in /tmp directory. As usually after some changed in project configuration you could change this default directory.
Database for local running project you could prepare with command:
evidence/database> mvn clean process-resources liquibase:update -Ptest
Application can be run from sourcecode. There is some prerequisites.
git clone git://github.com/mbocek/org.vaadin.mvp.git org.vaadin.mvp> mvn clean install
git clone git://github.com/mbocek/org.vaadin.mvp.git evidence/application> mvn clean install jetty:run -Ptest