05-19-2021 12:39 AM
Hi
we need to evaluate the acs 7 community as we are planning to migrate to 7 from acs 5 community. I went through documentation for installation using distribution package, documentation is not clear and i am getting confused with steps.
Also with previous versions we used to setup imagemagic, libreoffice etc but with acs 7 this option is not there. How to setup transformations?
any pointers will be helpful
05-19-2021 01:26 PM
There should not be much different in the installation steps done via distribution package for acs7 as well. Checkout this post : https://hub.alfresco.com/t5/news-announcements/installing-alfresco-community-6-2-without-docker-or-a...
to see step by step process to setup acs using distribution package. It is for ACS6.2.0-ga but overall steps would be same.
Regarding the transformation setup, in earlier version you had option to use legacy transformation setup. It is now completely removed from ACS7 and you would have to use the new transformation service which is based on spring boot and configure the URLs in global properties file. It uses activemq.
For more details visit:
You could run this app locally or on your development server and configure the urls in global propeties file and test the functionalities:
https://github.com/Alfresco/alfresco-transform-core/tree/master/alfresco-transform-core-aio
Alternatively you could run these docker images and configure the URLs in alfresco-global.properties file:
Propeties would look something like:
05-21-2021 04:39 PM
Hi,
For transformations you have to run the alfresco-transform-core-aio-boot-2.3.10.jar as a service in your machine and start the service.
Below were the changes you need to do update in global properties.
#transform.service.enabled=false #local.transform.service.enabled=false #legacy.transform.service.enabled=true localTransform.core-aio.url=http://localhost:8090/
https://docs.alfresco.com/transform-service/latest/install/#install-with-zip
05-19-2021 01:26 PM
There should not be much different in the installation steps done via distribution package for acs7 as well. Checkout this post : https://hub.alfresco.com/t5/news-announcements/installing-alfresco-community-6-2-without-docker-or-a...
to see step by step process to setup acs using distribution package. It is for ACS6.2.0-ga but overall steps would be same.
Regarding the transformation setup, in earlier version you had option to use legacy transformation setup. It is now completely removed from ACS7 and you would have to use the new transformation service which is based on spring boot and configure the URLs in global properties file. It uses activemq.
For more details visit:
You could run this app locally or on your development server and configure the urls in global propeties file and test the functionalities:
https://github.com/Alfresco/alfresco-transform-core/tree/master/alfresco-transform-core-aio
Alternatively you could run these docker images and configure the URLs in alfresco-global.properties file:
Propeties would look something like:
05-21-2021 04:39 PM
Hi,
For transformations you have to run the alfresco-transform-core-aio-boot-2.3.10.jar as a service in your machine and start the service.
Below were the changes you need to do update in global properties.
#transform.service.enabled=false #local.transform.service.enabled=false #legacy.transform.service.enabled=true localTransform.core-aio.url=http://localhost:8090/
https://docs.alfresco.com/transform-service/latest/install/#install-with-zip
05-24-2021 10:07 AM
Thanks @abhinavmishra14 and @arjunmony for help
I was able to setup using the blogpost but transformation service setup kept me confused and i was about to ask the question on this forum, but @arjunmony you beat me , you answered the question before i could ask.
i am able to run local services now with the jar file
05-24-2021 10:39 AM
Hi @cmsbeginner
Great news that you got it sorted and thanks for accepting the solution - this will help other users with a similar issue.
Cheers,
05-25-2021 03:56 PM
@cmsbeginner glad to know you are able to setup. Please share the steps at high level so others can refer.
06-27-2021 10:25 AM
@cmsbeginner checkout the detailed steps i have shared here just in case:
https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html
Explore our Alfresco products with the links below. Use labels to filter content by product module.