Adobe Experience Manager installation | Community
Skip to main content
October 11, 2020
Solved

Adobe Experience Manager installation

  • October 11, 2020
  • 5 replies
  • 2115 views

I tried to install AEM so now is on my desktop. When i try to open it its asking me for URL. Where can I find it, can you help me? It's for personal use, not for a company. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by VeenaK

@adobegraphic7 

Try to run the jar as specified in the document by AEM you will be able to see the browser tab opening as seen in the below screenshot. In the below case, the port is 4504. If you're installing the AEM using the jar please check the jar name and find the port number by default it would be 4502.

 

Installation Steps:

https://docs.adobe.com/content/help/en/experience-manager-64/deploying/deploying/custom-standalone-install.html

 

Naming Convention:

https://helpx.adobe.com/in/experience-manager/kb/RunModeSetUp.html

 

 

Thanks

Veena K

5 replies

Nirmal_Jose
Adobe Employee
Adobe Employee
October 11, 2020

Can you explain the steps with which you are trying to install AEM. Default local aem install documentation is at [1]

 

[1] - https://docs.adobe.com/content/help/en/experience-manager-64/deploying/deploying/deploy.html#default-local-install

Level 2
October 11, 2020

Please, can you show us what url it ask you?

arunpatidar
Community Advisor
Community Advisor
October 11, 2020

Can you confirms if you installed only AEM desktop app but AEM?

https://docs.adobe.com/content/help/en/experience-manager-desktop-app/using/install-upgrade.html

 

If not and you installed AEM then you can access AEM using https://localhost:4502/

Arun Patidar
VeenaKAccepted solution
Level 4
October 11, 2020

@adobegraphic7 

Try to run the jar as specified in the document by AEM you will be able to see the browser tab opening as seen in the below screenshot. In the below case, the port is 4504. If you're installing the AEM using the jar please check the jar name and find the port number by default it would be 4502.

 

Installation Steps:

https://docs.adobe.com/content/help/en/experience-manager-64/deploying/deploying/custom-standalone-install.html

 

Naming Convention:

https://helpx.adobe.com/in/experience-manager/kb/RunModeSetUp.html

 

 

Thanks

Veena K

October 15, 2020

Follow the 6 simple steps for installation of AEM.

1.First setup java.

2.Get a copy of AEM QuickStart Jar and a [license.properties] 

3.Create a folder structure in your computer system like the following:

~/aem-sdk

    /author

    /publish

4. Relabel the # JAR to aem-author-p4502. jar and place it beneath the/ author directory. Include the license.properties submit below the/ author directory site.

5.Make a copy of the QuickStart JAR, rename it to aem-publish-p4503. jar and place it beneath the/ publish directory. Add a copy of the license.properties file beneath the/ publish directory.

~/aem-sdk

    /author

        + aem-author-p4502.jar

        + license.properties

    /publish

        + aem-publish-p4503.jar

        + license.properties

6.Double-click the aem-author-p4502. jar data to set up the Author instance. This will certainly start the author instance, running on port 4502 on the local computer.

Want to know more about AEM?