Hi,
Hello,
Can anyone help me with the installation of Aem's Modernize Tool?
I downloaded the zipper files all but I don't see anything locally.
I am using a version of Aem 6.5 service pack 15
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Did you upload and install the package?
Open AEM Package Manager by navigating to
http://<your_aem_instance>:<port>/crx/packmgr/index.jsp.
Upload and Install Package
Verify the installation:
http://<your_aem_instance>:<port>/libs/granite/modernize/content/home.html
Did you upload and install the package?
Open AEM Package Manager by navigating to
http://<your_aem_instance>:<port>/crx/packmgr/index.jsp.
Upload and Install Package
Verify the installation:
http://<your_aem_instance>:<port>/libs/granite/modernize/content/home.html
Hi @HybrisAd
Extract the downloaded ZIP file to a local directory.
Open the command prompt or terminal and navigate to the directory where you extracted the ZIP file.
Run the following command to install the Modernize Tool:
java -jar aem-modernize-tools-<version>.jar install
Replace <version> with the version of the Modernize Tool package you downloaded.
Follow the prompts to complete the installation.
Once the installation is complete, you can run the Modernize Tool by running the following command:
java -jar aem-modernize-tools-<version>.jar
This will start the Modernize Tool command-line interface.
https://docs.mktossl.com/docs/experience-manager-65/content/implementing/developing/devtools/moderni...
https://opensource.adobe.com/aem-modernize-tools/
Hi @SureshDhulipudi and @Raja_Reddy
I reset the aem instance, I have an instance of aem 6.5 with service pack 15, and my project using java 8, maybe I am doing the installation process of Aem Tool wrong?
what file zip should i download? once downloaded i install it via CRX Package?
I installed the package
aem-modernize-tools.all-2.1.0-java8aem65.zip
and now I find the tool on my istance but when I go to select component covertor it doesn't find any components to convert despite being sure they are there
in order to convert a component, you have to specify a rule to convert that component . you may have missed that step. Or you may have missed to provide a value in configMgr regarding the path to rules.
please refer https://opensource.adobe.com/aem-modernize-tools/pages/component/config.html
@HybrisAd Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.
Views
Replies
Total Likes