-
-
Notifications
You must be signed in to change notification settings - Fork 7
Home
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.
- JAVA 11 +
- mySQL 5.5+
- libsapjco3.so (Linux) in /usr/lib or libsapjco.dll (Windows) in Windows/system32
-
Embedded Tomcat (default port 9000 can be specified as commandline argument --server.port=xxxx)
-
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
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.