Installation
Right now we have only the build'n'run procedure. Asap we're going to prepare a package also for the opensource version.
Prerequisites
You need and you have to know how they work:
- JDK 1.6
- Maven
- Tomcat or any servlet engine
- Postgresql or a jdbc DBMS
Optionally:
Build'n'Run
Download organic source code and build it with maven install:
hg clone https://openinnovation-organic.googlecode.com/hg/ openinnovation-organic
Download the source code:
hg clone https://contacta.googlecode.com/hg/ contacta
Run maven install in the base directory. The war is in the contacta-webapp module, as usual in the target directory or in your local repo.
Optionally you can run it from maven with jetty. It is very easy:
cp etc/contacta.properties contacta-webapp/
cp etc/jetty-env.xml contacta-webapp/
cd contacta-webapp
mvn jetty:run
Before running maven create a database and edit jetty-env.xml filling the database connection parameters.
Deploy
...