## Get started You can find the original project version from https://www.signserver.org/. Correct version could be found at https://sourceforge.net/projects/signserver/files/signserver/3.4/ This project is adapted for my usage. ## License The original version from PrimeKey is followed LGPL-2.1 license. But in this version, we have rebuilt using iText 5.5.13 (which is followed AGPL-3.0 license) so that this project must be followed AGPL-3.0 license. ## Requirements * Java 1.7.x * JBoss 5 * MySQL 5.7.x * Ant 1.9.1 ## Set your variables environment
JAVA_HOME=/usr/java/latest export JAVA_HOME PATH=$JAVA_HOME/bin:$PATH export PATH JBOSS_HOME=/opt/CAG360/EnterprisePlatform-5.2.0/jboss-eap-5.2/jboss-as export JBOSS_HOME ANT_HOME=/opt/CAG360/apache-ant-1.9.1 export ANT_HOME PATH=$ANT_HOME/bin:$PATH export PATH SIGNSERVER_HOME=/opt/CAG360/signserver-3.4.1 export SIGNSERVER_HOME export ANT_OPTS="-Xmx512m -XX:MaxPermSize=512m" export JAVA_OPTS="-Xmx6G -Xms2G -XX:PermSize=512m -XX:MaxPermSize=1024m -server" export SIGNSERVER_NODEID=localhost export APPSRV_HOME=/opt/CAG360/EnterprisePlatform-5.2.0/jboss-eap-5.2/jboss-as## Build & Deploy
cd $SIGNSERVER_HOME bin/ant clean bin/ant build bin/ant deploy## Run Start your JBoss service
service jboss start