08-28-2009 12:05 PM
08-30-2009 01:30 PM
09-01-2009 11:22 AM
09-01-2009 02:28 PM
09-07-2009 01:47 PM
09-08-2009 02:41 AM
09-08-2009 08:54 AM
File Description
alfresco-community-excel2003-addin-3.2.zip Add-in for Microsoft Excel 2003
alfresco-community-office2003-addins-3.2.zip Add-in for Microsoft Office 2003
alfresco-community-powerpoint2003-addin-3.2.zip Add-in for Microsoft Powerpoint 2003
alfresco-community-word2003-addin-3.2.zip Add-in for Microsoft Word 2003
Alfresco Share >> Document Library >> Documents >> Download >> and view with native application.
09-08-2009 10:04 AM
09-10-2009 10:07 AM
09-10-2009 10:46 AM
#!/bin/sh
# ——-
# Script for apply AMPs to installed WAR
# ——-
ALF_HOME=/opt/Alfresco3
export JAVA_HOME="/usr"
export PATH=$PATH;$JAVA_HOME/bin
cd "$ALF_HOME"
APPSERVER="$ALF_HOME"/tomcat
echo "This script will apply all the AMPs in ./amps to the alfresco.war file in $APPSERVER/webapps"
echo "Press control-c to stop this script . . ."
read -p "Press any other key to continue . . ."
java -jar bin/alfresco-mmt.jar install ./amps $APPSERVER/webapps/alfresco.war -directory
java -jar bin/alfresco-mmt.jar list $APPSERVER/webapps/alfresco.war
echo "About to clean out tomcat/webapps/alfresco directory and temporary files…"
echo "Press control-c to stop this script . . ."
read -p "Press any other key to continue . . ."
rm -rf $APPSERVER/webapps/alfresco
sh $ALF_HOME/bin/clean_tomcat.sh
cd /
java -jar alfresco-mmt.jar install THE_MODULE_YOU_WANT /apache-tomcat/webapps/alfresco.war -verbose
3) Remove the directory apache-tomcat/webapps/alfresco. It will be recreate at the startup of alfresco (from the alfresco.war).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.