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.
Solved! Go to Solution.
@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
@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
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.