I just want to get an AEM dev env working so I can try the tutorials. This guide simply doesnt work, and there could be any number of reasons. There is one other guide, but its for the cloud version.
I have been given AEM_6.5_Quickstart.jar. This unpacks into a dir called "crx-quickstart". This is the non cloud version right? Is there any way to verify this?
Strangely, the non cloud local jar seems to need a license file, but the cloud one doesnt. This would make the cloud version much more developer friendly if it can be used without cloud.
What is the difference between the cloud and non cloud SDK? they both seem to be a single jar which you make two copies, putting one in a dir called "author" and one in a dir called "publish", then renaming them to aem-publish-pxxxx.jar and the other to aem-author-pxxx.jar. You launch both by double clicking.
As the main non cloud developer setup tutirial doesnt work, I am wondering if I can some how adapt the only other development setup tuitorial, this one: https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/local-development-env...
I dont have the cloud service SDK, but I am wondering if there is a way I could adapt this tutorial to try to get a simple WKND sample site running with the non cloud quickstart file?
Is there any way to tell which you are running from the browser? they look very similar, althoug the cloud one seems to have far fewer icons in the author app?
E.g. do they use the same jars and process to build, but a differnt process to deploy and run? Or may be the other way round?
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Can you please take a look at this if it helps? https://www.youtube.com/watch?v=OhTA69mzDg0
It is for AEM 6.2 it seems but it should be same for 6.5 non cloud set up.
If you don't have wknd package, try - installing the content and apps packages from here - https://github.com/adobe/aem-guides-wknd/releases/tag/archetype-18.1
You can also try to set up your code repository by using https://github.com/adobe/aem-guides-wknd open this with vscode and run "mvn clean install -PautoInstallPackage" from this level for author
Can you please take a look at this if it helps? https://www.youtube.com/watch?v=OhTA69mzDg0
It is for AEM 6.2 it seems but it should be same for 6.5 non cloud set up.
If you don't have wknd package, try - installing the content and apps packages from here - https://github.com/adobe/aem-guides-wknd/releases/tag/archetype-18.1
You can also try to set up your code repository by using https://github.com/adobe/aem-guides-wknd open this with vscode and run "mvn clean install -PautoInstallPackage" from this level for author
Hello,
The local SDK reflects the AEM cloud image [1]. SDK is a term for the local quickstart used for local development and the uber jar containing the public API.
The local SDK file contains:
Question: I have been given AEM_6.5_Quickstart.jar. This unpacks into a dir called "crx-quickstart". This is the non cloud version right? Is there any way to verify this?
Answer: Yes, it must be 6.5 jar. You can verify the version from http://localhost:port/libs/granite/operations/content/systemoverview.html
Regards,
Vishu
Views
Replies
Total Likes