Projet

General

Profil

PLM installation

Prerequisites

Download beCPG distribution on SourceForge.
Download and install Alfresco Community or Alfresco Enterprise.
The required version of Alfresco is displayed as tooltip of beCPG distribution.

Install under Windows

Stop Alfresco
Copy all AMPs under alfresco/amps folder 
Copy apply_becpg_amps.bat under alfresco/bin 
run "apply_becpg_amps.bat" 
Copy tomcat/shared/classes/beCPG.properties under alfresco/tomcat/shared/classes 
Copy tomcat/webapps/becpg-report-$BECPG_VERSION.war under alfresco/tomcat/webapps and rename to becpg-report.war
Adapt beCPG.properties to your installation
Start Alfresco

Manual installation

Follow Alfresco documentation to install amp files:

Command line to install core AMPS

Install core AMPS


$>java -jar  $ALF/bin/alfresco-mmt.jar install ./amps/becpg-core-$BECPG_VERSION.amp $SERVER/webapps/alfresco.war -force
$>java -jar  $ALF/bin/alfresco-mmt.jar install ./amps/becpg-designer-core-$BECPG_VERSION.amp $SERVER/webapps/alfresco.war -force
$>java -jar  $ALF/bin/alfresco-mmt.jar install ./amps/becpg-project-core-$BECPG_VERSION.amp $SERVER/webapps/alfresco.war -force
$>java -jar  $ALF/bin/alfresco-mmt.jar install ./amps/becpg-plm-core-$BECPG_VERSION.amp $SERVER/webapps/alfresco.war -force

Install share AMPS

$>java -jar  $ALF/bin/alfresco-mmt.jar install ./amps/becpg-share-$BECPG_VERSION.amp $SERVER/webapps/share.war -force
$>java -jar  $ALF/bin/alfresco-mmt.jar install ./amps/becpg-designer-share-$BECPG_VERSION.amp $SERVER/webapps/share.war -force
$>java -jar  $ALF/bin/alfresco-mmt.jar install ./amps/becpg-project-share-$BECPG_VERSION.amp $SERVER/webapps/share.war -force
$>java -jar  $ALF/bin/alfresco-mmt.jar install ./amps/becpg-plm-share-$BECPG_VERSION.amp $SERVER/webapps/share.war -force

Initialization and administration

The initialization and the administration of PLM is described here.