[go: nahoru, domu]

Skip to content
Rainer Sulzbach edited this page Sep 17, 2021 · 14 revisions

Clownfish Content Management System

The CMS is based on an embedded Tomcat Server. The database is based on MySQL. Connection to SAP via SAPJCo is possible to call SAP remote function calls.

Requirements:

  1. JAVA 11 +
  2. mySQL 5.5+
  3. libsapjco3.so (Linux) in /usr/lib or libsapjco.dll (Windows) in Windows/system32

Default settings:

  1. Embedded Tomcat (default port 9000 can be specified as commandline argument --server.port=xxxx)

  2. mySQL settings read from application.properties in application path

Alternativly you can start Clownfish with commandline arguments:

--app.datasource.url=jdbc:mysql://localhost:3306/clownfish?zeroDateTimeBehavior=convertToNull&serverTimezone=UTC --app.datasource.username=clownfish --app.datasource.password=clownfish

Setting up Clownfish CMS

To get Clownfish CMS up and running you have to follow three steps.

  • Compile the source code provided by the Github repository
  • Initialize the file system and the SQL bootstrap script
  • Download and install a MySQL Database and populate the initialization data to it

After setting up the core system, you can go to the Developers Guide for designing your own sites, developing templates and managing data structures.

Clone this wiki locally