Personal tools
You are here: Home CinnamonServer Installation from Source 1. Dependencies

1. Dependencies

What you need to install before you start

Java

You need a current version of the Java Development Kit (JDK), at least Java 6.

 

Database

You need a RDBMS.

Cinnamon is known to work with:

  • MS-SQL 2000
  • MS-SQL 2005
  • MySQL 5
  • PostgreSQL 8.4

 It will probably work with all databases that can be configured for use with Hibernate 3.3

 

In the current default configuration, you need to create

  1. a database cmn_dev
  2. a database cmn_test
  3. a user "cinnamon" with password "cinnamon" with sufficient permissions to both databases.

 

Servlet-Container

The Cinnamon server is currently configured to run as a servlet on a webserver like Tomcat, Jetty or Glassfish.

 

Open Source Libraries 

You will need to download the following libraries (the version numbers provided refer to the minimum version)

 

Document Actions