Practical implementation of official advices at Syncope documentation.
This branch is for Apache Syncope 2.0 / Wildfly 10.
Looking for Apache Syncope 1.2 / Wildfly 8.1 or Apache Syncope 1.1 / JBoss AS 7.1?
This projects assumes that you have
- Apache Maven 3.0 installed
- followed the deployment directories convention
- a running Wildfly 10 instance, listening to port 8080
$ git clone git://github.com/Tirasa/syncopeOnJBoss.git
$ cd syncopeOnJBoss $ mvn -Dconf.directory=/opt/syncope/conf \ -Dbundles.directory=/opt/syncope/bundles \ -Dlog.directory=/opt/syncope/log clean package $ cp core/target/classes/*properties /opt/syncope/conf/ $ cp console/target/classes/*properties /opt/syncope/conf/ $ cp enduser/target/classes/*properties /opt/syncope/conf/
(add -P all
to the command above if wanting to include Activiti, Swagger and Apache Camel features)
core/target/syncope.war
console/target/syncope-console.war
console/target/syncope-enduser.war
- Currently on Apache Syncope 2.0.3
- Internal storage configured for in-memory H2 database instance, not using DataSource
- Not listenig on 8080? Just put the correct port in
console/src/main/resources/console.properties
andenduser/src/main/resources/enduser.properties
, re-build and re-deploy
Just drop an e-mail.