Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Starting from Apache Syncope 1.1.0 a standalone package is available, containing a full working distribution.

Running

  1. To be sure that hostname is resolved by either via hosts file or DNS server
  2. unzip the distribution archive
  3. go into the Apache Tomcat directory
  4. start Apache Tomcat
    • Unix
      Code Block
      $ chmod 755 ./bin/*.sh
      $ ./bin/startup.sh
      
    • Windows
      Code Block
      bin/startup.bat
      

...