03-28-2022 09:36 AM
Hi Team;
I want to deploy following AMPs to a real server, and the server as below picture.
What should I do now?
Thanks a lot.
03-28-2022 10:04 PM
@YanFeiHu wrote:
Hi Team;
I want to deploy following AMPs to a real server, and the server as below picture.
What should I do now?
Thanks a lot.
You need to install the amps. Platform amps are installed on alfresco.war and share amps are installed on share.war.
No need to install alfresco-share-services amp unless it is missing from your installation.
If it is missing, you can install it because search features etc are dependent on it. This amp is mandatory.
Here is a doc on how to install the amps: https://docs.alfresco.com/content-services/6.1/install/zip/amp/
here is a sample example command (go to your alfresco installation via cmd, change the path as per your installation):
1- open command prompt
2- cd c:\alfresco-community
3- java -jar .\bin\alfresco-mmt.jar install D:\alfresco-amps\demo-tutorial-1.0.amp .\tomcat\webapps\alfresco.war -verbose
4- java -jar .\bin\alfresco-mmt.jar install D:\share-amps\demo-tutorial-share-1.0.amp .\tomcat\webapps\share.war -verbose
To check what are all the modules installed:
java -jar .\bin\alfresco-mmt.jar list .\tomcat\webapps\alfresco.war
java -jar .\bin\alfresco-mmt.jar list .\tomcat\webapps\share.war
03-28-2022 10:04 PM
@YanFeiHu wrote:
Hi Team;
I want to deploy following AMPs to a real server, and the server as below picture.
What should I do now?
Thanks a lot.
You need to install the amps. Platform amps are installed on alfresco.war and share amps are installed on share.war.
No need to install alfresco-share-services amp unless it is missing from your installation.
If it is missing, you can install it because search features etc are dependent on it. This amp is mandatory.
Here is a doc on how to install the amps: https://docs.alfresco.com/content-services/6.1/install/zip/amp/
here is a sample example command (go to your alfresco installation via cmd, change the path as per your installation):
1- open command prompt
2- cd c:\alfresco-community
3- java -jar .\bin\alfresco-mmt.jar install D:\alfresco-amps\demo-tutorial-1.0.amp .\tomcat\webapps\alfresco.war -verbose
4- java -jar .\bin\alfresco-mmt.jar install D:\share-amps\demo-tutorial-share-1.0.amp .\tomcat\webapps\share.war -verbose
To check what are all the modules installed:
java -jar .\bin\alfresco-mmt.jar list .\tomcat\webapps\alfresco.war
java -jar .\bin\alfresco-mmt.jar list .\tomcat\webapps\share.war
Explore our Alfresco products with the links below. Use labels to filter content by product module.