Skip to content
Dmitry Ivanov edited this page Jun 9, 2013 · 5 revisions

Prerequisites

  1. maven v3 http://maven.apache.org/download.cgi

  2. JDK 1.7 http://www.oracle.com/technetwork/java/javase/downloads/index.html

Configuration

HowTo Run

Option #1

  • cd ${PROJECT_ROOT}
  • mvn clean package
  • then install a war-file target/c3webclient.war in a servlet container of your choice (Tomcat6-7, Jetty6+ are supported and tested)

Option #2

Dev deployment

TODO

Clone this wiki locally