08-14-2009 10:17 AM
export JAVA_HOME=/usr/lib/jvm/java-6-sun/
export TOMCAT_HOME=/home/dev/apache-tomcat-6.0.20/
export APP_TOMCAT_HOME=$TOMCAT_HOME
export CATALINA_HOME=$TOMCAT_HOME
export CATALINA_BASE=$TOMCAT_HOME
export VIRTUAL_TOMCAT_HOME=/home/dev/apache-virtual-tomcat-6.0.20
7) download http://jdbc.postgresql.org/download/postgresql-8.4-701.jdbc4.jar and place it in TOMCAT_HOME/lib/postgresql-8.4-701.jdbc4.jar08-17-2009 05:53 AM
08-17-2009 06:33 AM
08-18-2009 06:17 AM
psql -U workalfresco -h 127.0.0.1 -p 5432
5) Download http://jdbc.postgresql.org/download/postgresql-8.4-701.jdbc4.jar from http://jdbc.postgresql.org/download/ and place it in ~/dev/Alfresco32/tomcat/lib/postgresql-8.4-701.jdbc4.jar sudo apt-get install swftools
7) Edit ~/dev/Alfresco3.2/tomcat/shared/classes/alfresco-global.properties:dir.root=/home/bwakkie/dev/Alfresco3.2/alf_data
db.name=workalfresco
db.username=workalfresco
db.password=…
db.host=localhost
db.port=5432
ooo.exe=/usr/lib/openoffice/program/soffice
img.root=/usr
swf.exe=/usr/bin/pdf2swf
#
# PostgreSQL connection
#————-
db.driver=org.postgresql.Driver
db.url=jdbc:postgresql://${db.host}:${db.port}/${db.name}
hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
hibernate.query.substitutions=true TRUE,false FALSE
😎 download http://process.alfresco.com/ccdl/?file=release/community/build-2039/postgresql-3.2-community.amp and place it in ~/dev/Alfresco3.2/ampscd ~/dev/Alfresco3.2
./alfresco.sh
./alf_start.sh
open in a different terminal tail -f dev/Alfresco3.2/tomcat/logs/catalina.out
to see the buildup processhttp://localhost:8080/alfresco
02-04-2010 08:19 AM
sed -i_ 's/@@ALFRESCO_DIR@@/\/home\/alfresco\/Alfresco32r2/g' *.sh
java -jar bin/alfresco-mmt.jar install /home/alfresco/Alfresco32r2/amps/ /home/alfresco/Alfresco32r2/tomcat/webapps/alfresco.war -directory -verbose
java -jar bin/alfresco-mmt.jar list /home/alfresco/Alfresco32r2/tomcat/webapps/alfresco.war
Output:Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.