Expand my Community achievements bar.

SOLVED

AEM Modernize Tools Installation

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

 

 

https://opensource.adobe.com/aem-modernize-tools/

View solution in original post

7 Replies

Avatar

Correct answer by
Community Advisor

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

 

 

https://opensource.adobe.com/aem-modernize-tools/

Avatar

Community Advisor

Hi @HybrisAd

  1. Extract the downloaded ZIP file to a local directory.

  2. Open the command prompt or terminal and navigate to the directory where you extracted the ZIP file.

  3. 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.

  4. Follow the prompts to complete the installation.

  5. 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/ 



Avatar

Level 2

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? 

 

 

Screenshot 2024-02-13 alle 09.52.49.png

 

what file zip should i download? once downloaded i install it via CRX Package?

Avatar

Level 2

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

Avatar

Level 2

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

Avatar

Administrator

@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.



Kautuk Sahni