From this repository's root, launch:
mvn install tomcat7:run -pl sh4rewithme-webapp
When the Tomcat server finishes starting, go to http://localhost:9090/sh4rewithme-webapp/ Use "zeus" login with the same as password. This default bootstrap uses an embedded ElasticSearch instance (for metadata) and the filesystem (for raw files) as backends.
From this repository's root, launch:
mvn clean install
At this moment just launch the build.sh script in each folder. This requires the installation of rpmbuild on a compatible linux platform.
For the moment: First start the webapp in a given console.
mvn install tomcat7:run -pl sh4rewithme-webapp
Then run integration tests:
mvn verify -test thucydides:aggregate -Dskip.webtests=false -f sh4rewithme-webtests/pom.xml
Tests results report will be available in:
sh4rewithme-webtests/target/site/thucydides/index.html
First start the webapp in a given console.
mvn install tomcat7:run -pl sh4rewithme-webapp,sh4rewithme-perf -am -Pperftests -Dsimulation.loops=2
To reduce the number of loops which is default to 100000 (ouch !!!)
-Dsimulation.loops=2