[CONF] Apache Syncope Deploy Syncope on Debian GNU / Linux - Ubuntu

2014-09-02 Thread Francesco Chicchiricco (Confluence)














  


Francesco Chicchiricco created a page:
 


Deploy Syncope on Debian GNU / Linux - Ubuntu   






Version warning
Icon

Content of this page applies to Apache Syncope = 1.2.X



 


 Download 
 Prepare 
 Install 
 Enjoy 



Download
Download the latest .deb packages from Syncope website.
Prepare
Install Apache Tomcat 7 and PostgreSQL


sudo apt-get install tomcat7 libpostgresql-jdbc-java postgresql postgresql-client


Use the PostgreSQL JDBC driver with Tomcat


sudo ln -s /usr/share/java/postgresql-jdbc4.jar /usr/share/tomcat7/lib/


Replace JAVA_OPTS in /etc/default/tomcat7 with the following:


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


sudo service tomcat7 stop


Install Apache Syncope core and console via the downloaded packages


sudo dpkg -i syncope-deb-core-*.deb syncope-deb-console-*.deb


Create a database for usage with Apache Syncope


sudo SYNCOPE_USER=syncope SYNCOPE_PASS=syncope sh /usr/share/apache-syncope/dbinit-postgresql.sh
  

[CONF] Apache Syncope Install Syncope from .deb packages

2014-09-02 Thread Francesco Chicchiricco (Confluence)














  


Francesco Chicchiricco edited the page:
 


Install Syncope from .deb packages   






...
 



 Table of Contents








style
decimal


 




 Download 
Download the latest .deb packages from Syncope website.
 Prepare 
Install Apache Tomcat 7 and PostgreSQL
...



 Code Block








language
bash


 




 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
  

svn commit: r1621999 - /syncope/branches/1_2_X/src/site/xdoc/downloads.xml

2014-09-02 Thread ilgrosso
Author: ilgrosso
Date: Tue Sep  2 13:52:22 2014
New Revision: 1621999

URL: http://svn.apache.org/r1621999
Log:
Adding link to wiki page for how to deploy deb packages

Modified:
syncope/branches/1_2_X/src/site/xdoc/downloads.xml

Modified: syncope/branches/1_2_X/src/site/xdoc/downloads.xml
URL: 
http://svn.apache.org/viewvc/syncope/branches/1_2_X/src/site/xdoc/downloads.xml?rev=1621999r1=1621998r2=1621999view=diff
==
--- syncope/branches/1_2_X/src/site/xdoc/downloads.xml (original)
+++ syncope/branches/1_2_X/src/site/xdoc/downloads.xml Tue Sep  2 13:52:22 2014
@@ -54,7 +54,7 @@ under the License.
   /li
 /ul
   /li
-  liDeploying on Debian GNU / Linux - Ubuntu?/li
+  liDeploying on Debian GNU / Linux - Ubuntu? a 
class=externalLink 
href=https://cwiki.apache.org/confluence/display/SYNCOPE/Install+Syncope+from+.deb+packages;.deb
 packages/a/li
 /ul
   /subsection
 /section




svn commit: r1622000 - in /syncope/trunk: ./ src/site/xdoc/downloads.xml

2014-09-02 Thread ilgrosso
Author: ilgrosso
Date: Tue Sep  2 13:53:31 2014
New Revision: 1622000

URL: http://svn.apache.org/r1622000
Log:
Merge from 1_2_X

Modified:
syncope/trunk/   (props changed)
syncope/trunk/src/site/xdoc/downloads.xml

Propchange: syncope/trunk/
--
  Merged /syncope/branches/1_2_X:r1621803-1621999

Modified: syncope/trunk/src/site/xdoc/downloads.xml
URL: 
http://svn.apache.org/viewvc/syncope/trunk/src/site/xdoc/downloads.xml?rev=1622000r1=1621999r2=1622000view=diff
==
--- syncope/trunk/src/site/xdoc/downloads.xml (original)
+++ syncope/trunk/src/site/xdoc/downloads.xml Tue Sep  2 13:53:31 2014
@@ -54,7 +54,7 @@ under the License.
   /li
 /ul
   /li
-  liDeploying on Debian GNU / Linux - Ubuntu?/li
+  liDeploying on Debian GNU / Linux - Ubuntu? a 
class=externalLink 
href=https://cwiki.apache.org/confluence/display/SYNCOPE/Install+Syncope+from+.deb+packages;.deb
 packages/a/li
 /ul
   /subsection
 /section




svn commit: r1622017 - in /syncope/trunk: ./ installer/pom.xml src/site/xdoc/downloads.xml src/site/xdoc/release-process.xml

2014-09-02 Thread ilgrosso
Author: ilgrosso
Date: Tue Sep  2 14:23:31 2014
New Revision: 1622017

URL: http://svn.apache.org/r1622017
Log:
Merge from 1_2_X

Modified:
syncope/trunk/   (props changed)
syncope/trunk/installer/pom.xml
syncope/trunk/src/site/xdoc/downloads.xml
syncope/trunk/src/site/xdoc/release-process.xml

Propchange: syncope/trunk/
--
  Merged /syncope/branches/1_2_X:r1622000-1622016

Modified: syncope/trunk/installer/pom.xml
URL: 
http://svn.apache.org/viewvc/syncope/trunk/installer/pom.xml?rev=1622017r1=1622016r2=1622017view=diff
==
--- syncope/trunk/installer/pom.xml (original)
+++ syncope/trunk/installer/pom.xml Tue Sep  2 14:23:31 2014
@@ -158,7 +158,7 @@ under the License.
 configuration
   baseDir${staging.dir}/baseDir
   installFile${staging.dir}/install.xml/installFile
-  
output${project.build.directory}/${project.artifactId}.jar/output
+  classifieruber/classifier
 /configuration
   /execution
 /executions

Modified: syncope/trunk/src/site/xdoc/downloads.xml
URL: 
http://svn.apache.org/viewvc/syncope/trunk/src/site/xdoc/downloads.xml?rev=1622017r1=1622016r2=1622017view=diff
==
--- syncope/trunk/src/site/xdoc/downloads.xml (original)
+++ syncope/trunk/src/site/xdoc/downloads.xml Tue Sep  2 14:23:31 2014
@@ -95,12 +95,12 @@ under the License.
 /tr
 tr
   td
-a 
href=http://www.apache.org/dyn/closer.cgi/syncope/1.2.0-M1/syncope-installer-1.2.0-M1.jar;syncope-installer-1.2.0-M1.jar/a
+a 
href=http://www.apache.org/dyn/closer.cgi/syncope/1.2.0-M1/syncope-installer-1.2.0-M1-uber.jar;syncope-installer-1.2.0-M1.jar/a
   /td
   td
-a 
href=http://www.apache.org/dist/syncope/1.2.0-M1/syncope-installer-1.2.0-M1.jar.asc;asc/a
 
-a 
href=http://www.apache.org/dist/syncope/1.2.0-M1/syncope-installer-1.2.0-M1.jar.md5;md5/a
 
-a 
href=http://www.apache.org/dist/syncope/1.2.0-M1/syncope-installer-1.2.0-M1.jar.sha1;sha1/a
+a 
href=http://www.apache.org/dist/syncope/1.2.0-M1/syncope-installer-1.2.0-M1-uber.jar.asc;asc/a
 
+a 
href=http://www.apache.org/dist/syncope/1.2.0-M1/syncope-installer-1.2.0-M1-uber.jar.md5;md5/a
 
+a 
href=http://www.apache.org/dist/syncope/1.2.0-M1/syncope-installer-1.2.0-M1-uber.jar.sha1;sha1/a
   /td
 /tr
 tr

Modified: syncope/trunk/src/site/xdoc/release-process.xml
URL: 
http://svn.apache.org/viewvc/syncope/trunk/src/site/xdoc/release-process.xml?rev=1622017r1=1622016r2=1622017view=diff
==
--- syncope/trunk/src/site/xdoc/release-process.xml (original)
+++ syncope/trunk/src/site/xdoc/release-process.xml Tue Sep  2 14:23:31 2014
@@ -238,8 +238,8 @@ cp $SYNCOPE_RELEASE_DIR/target/syncope-*
 cp 
$SYNCOPE_RELEASE_DIR/standalone/target/syncope-standalone-*-distribution.zip .
 cp 
$SYNCOPE_RELEASE_DIR/standalone/target/syncope-standalone-*-distribution.zip.asc
 .
 # only for 1_2_X
-cp $SYNCOPE_RELEASE_DIR/installer/target/syncope-installer-*.jar .
-cp $SYNCOPE_RELEASE_DIR/installer/target/syncope-installer-*.jar.asc .
+cp $SYNCOPE_RELEASE_DIR/installer/target/syncope-installer-*-uber.jar .
+cp $SYNCOPE_RELEASE_DIR/installer/target/syncope-installer-*-uber.jar.asc .
 cp $SYNCOPE_RELEASE_DIR/deb/core/target/apache-syncope-*.deb .   
 cp $SYNCOPE_RELEASE_DIR/deb/core/target/apache-syncope-*.deb.asc .
 cp $SYNCOPE_RELEASE_DIR/deb/console/target/apache-syncope-console-*.deb .




svn commit: r1622047 - in /syncope/branches/1_2_X: build-tools/pom.xml pom.xml

2014-09-02 Thread ilgrosso
Author: ilgrosso
Date: Tue Sep  2 16:14:35 2014
New Revision: 1622047

URL: http://svn.apache.org/r1622047
Log:
Some dep updates

Modified:
syncope/branches/1_2_X/build-tools/pom.xml
syncope/branches/1_2_X/pom.xml

Modified: syncope/branches/1_2_X/build-tools/pom.xml
URL: 
http://svn.apache.org/viewvc/syncope/branches/1_2_X/build-tools/pom.xml?rev=1622047r1=1622046r2=1622047view=diff
==
--- syncope/branches/1_2_X/build-tools/pom.xml (original)
+++ syncope/branches/1_2_X/build-tools/pom.xml Tue Sep  2 16:14:35 2014
@@ -96,6 +96,20 @@ under the License.
   artifactIdorg.connid.bundles.db.table/artifactId
   version${connid.db.table.version}/version
   scoperuntime/scope
+  exclusions
+exclusion
+  groupIdorg.connid/groupId
+  artifactIdconnid-framework/artifactId
+/exclusion
+exclusion
+  groupIdorg.connid/groupId
+  artifactIdconnid-framework-internal/artifactId
+/exclusion
+exclusion
+  groupIdorg.connid/groupId
+  artifactIdconnid-test-common/artifactId
+/exclusion
+  /exclusions
 /dependency 
 
 dependency

Modified: syncope/branches/1_2_X/pom.xml
URL: 
http://svn.apache.org/viewvc/syncope/branches/1_2_X/pom.xml?rev=1622047r1=1622046r2=1622047view=diff
==
--- syncope/branches/1_2_X/pom.xml (original)
+++ syncope/branches/1_2_X/pom.xml Tue Sep  2 16:14:35 2014
@@ -334,7 +334,7 @@ under the License.
 quartz.version2.2.1/quartz.version
 
 openjpa.version2.3.0/openjpa.version
-hibernate-validator.version5.1.1.Final/hibernate-validator.version
+hibernate-validator.version5.1.2.Final/hibernate-validator.version
 commons-dbcp.version1.4/commons-dbcp.version
 commons.logging.version1.1.3/commons.logging.version
 
@@ -342,9 +342,9 @@ under the License.
 
 wicket.version6.16.0/wicket.version
 
-groovy.version2.3.4/groovy.version
+groovy.version2.3.6/groovy.version
 
-h2.version1.4.180/h2.version
+h2.version1.4.181/h2.version
 
 log4j.version2.0/log4j.version
 slf4j.version1.7.7/slf4j.version
@@ -355,7 +355,7 @@ under the License.
 
 apacheds.version1.5.7/apacheds.version
 
-httpclient.version4.3.4/httpclient.version
+httpclient.version4.3.5/httpclient.version
 
 tomcat.version7.0.55/tomcat.version