In order to install Antarcticle application, you need to perform the following steps:
1) Install Apache Tomcat 6 and MySQL 5
2) Create mysql schema and user for an application (default schema name is p_antarcticle)
3) Specify proper database connection parameters in the file /antarcticle-model/src/main/resources/org/jtalks/antarcticle/
4) Build application from sources
5) Start MySQL and Tomcat
6) Deploy application using Tomcat manager (.../manager/html). WAR file is located in /antarcticle-view/antarcticle-web-view/target/
7) Go to deployed application context path
8) Enjoy.
It is strongly recommended to install Antarcticle only on empty database.