07-06-2011 02:08 AM
Alfresco-Share Usage Reporting
L'installation de l'outil de reporting pour Alfresco: ASUR se fait aisément :
Copié les deux fichiers AMP's dans le répertoire ALFRESCO_HOME/amps/ pour le fichier ASUR-Alfresco, et dans ALFRESCO_HOME/amps-share/ pour ASUR-Share.
Sur un terminal, arretez alfresco exécutez :
root@StarXpert:/opt/alfresco# sh apply_amps.sh
A la fin de l'exécution du script, lancez Alfresco, connectez vous en administrateur sur Share et aller voir le menu outils, vous verrez une icône ASUR cliquer dessus et vous êtes sur votre interface de reporting alfresco ASUR.
# Copyright (C) 2011 Abdellatif Korchi - StarXpert
07-06-2011 03:55 AM
07-06-2011 06:09 PM
#!/bin/sh
# ——-
# Script for apply AMPs to installed WAR modifier pour le serveur test 76 chemin "export CATALINA_HOME=tomcat" en chemin absolu "export CATALINA_HOME=/opt/alfresco/tomcat"
# ——-
export ALF_HOME=/opt/alfresco
export CATALINA_HOME=/opt/alfresco/tomcat
. $ALF_HOME/scripts/setenv.sh
echo "This script will apply all the AMPs in amps and amps-share to the alfresco.war and share.war files in $CATALINA_HOME/webapps"
echo "Press control-c to stop this script . . ."
echo "Press any other key to continue . . ."
read RESP
java -jar $ALF_HOME/bin/alfresco-mmt.jar install $ALF_HOME/amps $CATALINA_HOME/webapps/alfresco.war -directory
java -jar $ALF_HOME/bin/alfresco-mmt.jar list $CATALINA_HOME/webapps/alfresco.war
java -jar $ALF_HOME/bin/alfresco-mmt.jar install $ALF_HOME/amps_share $CATALINA_HOME/webapps/share.war -directory
java -jar $ALF_HOME/bin/alfresco-mmt.jar list $CATALINA_HOME/webapps/share.war
echo "About to clean out tomcat/webapps/alfresco and share directories and temporary files…"
echo "Press control-c to stop this script . . ."
echo "Press any other key to continue . . ."
read DUMMY
rm -rf $CATALINA_HOME/webapps/alfresco
rm -rf $CATALINA_HOME/webapps/share
. $ALF_HOME/bin/clean_tomcat.sh
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.