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.