The content below is for Apache Syncope 1.2 - for later versions the Getting Started guide is available.

Introduction

Starting from Apache Syncope 1.2.0 an installer package is available, its purpose is to download, configure and deploy a Syncope instance in one of the supported servers.

Prerequisites

Running

Just double-click the downloaded JAR file or execute via CLI:

$ java -jar syncope-installer-*-uber.jar

Installation step by step

Depends on DBMS selected (in the example: PostgreSQL)

Depends on container selected (in the example: Tomcat) - Remember to configure right DataSource on it and to configure Tomcat user like:

<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="manager-gui"/>
<role rolename="manager-script"/>
<role rolename="manager-jmx"/>
<role rolename="manager-status"/>
<user username="manager" password="s3cret" roles="manager-script"/>
</tomcat-users>

Some feedbacks