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.
Solved! Go to Solution.
Views
Replies
Total Likes
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:
Naming Convention:
https://helpx.adobe.com/in/experience-manager/kb/RunModeSetUp.html
Thanks
Veena K
Can you explain the steps with which you are trying to install AEM. Default local aem install documentation is at [1]
Please, can you show us what url it ask you?
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/
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:
Naming Convention:
https://helpx.adobe.com/in/experience-manager/kb/RunModeSetUp.html
Thanks
Veena K
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?
Views
Likes
Replies