Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note
titleVersion warning

Content of this page applies to The content below if for Apache Syncope >= 1.2 .X- for later versions the Getting Started guide is available.

Table of Contents
styledecimal

Download

Download the latest .deb packages from Syncope website.

Prepare

Install Apache Tomcat 7 and PostgreSQL

...

Code Block
languagebash
JAVA_OPTS="-Djava.awt.headless=true -Dfile.encoding=UTF-8 -server -Xms1536m -Xmx1536m \
  -XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=256m -XX:MaxPermSize=256m \
  -XX:+DisableExplicitGC"

Install

Stop Tomcat

Code Block
languagebash
sudo service tomcat7 stop

...

Code Block
languagebash
sudo dpkg -i syncope-deb-core-*.deb syncope-deb-console-apache-syncope-*.deb

Create a database for usage with Apache Syncope

...

Code Block
languagebash
sudo service tomcat7 start

Enjoy

Wait some time depending on the strength of your hardware and then point your favorite browser to http://localhost:90808080/syncope-console/ - you're all set.