Seeking AEM6.5/Maven tutorial other than WKND | Community
Skip to main content
New Participant
February 1, 2021
Solved

Seeking AEM6.5/Maven tutorial other than WKND

  • February 1, 2021
  • 4 replies
  • 1696 views

I tried for days and cannot get WKND set up properly in my local AEM 6.5 instance on my Windows 10 machine. Is there another, smaller tutorial where I can learn how to use Maven and AEM. Both are new to me. My AEM is deployed in Docker (https://hub.docker.com/r/aemdesign/aem). Thank you for any suggestions. 

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 aanchal-sikka

For WKND project to be set up, we just need to download and install the package.

  1. Download the latest release from https://github.com/adobe/aem-guides-wknd/releases
    1. aem-guides-wknd.all-x.x.x.zip: AEM as a Cloud Service, default build
    2. aem-guides-wknd.all-x.x.x-classic.zip: AEM 6.5.x+
  2. Go to CRX package manager http://localhost:4502/crx/packmgr/
  3. Click on "Upload Package" button, select the package and click OK
  4. Select on the uploaded package. Click on Install

Once the package is installed, WKND content should be accessible.

 

Also, please sure that the WKND package is compatible with the AEM version. It would be available in release notes like this

 

4 replies

kautuk_sahni
Employee
September 25, 2023

@codelime 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
aanchal-sikka
aanchal-sikkaAccepted solution
New Participant
September 25, 2023

For WKND project to be set up, we just need to download and install the package.

  1. Download the latest release from https://github.com/adobe/aem-guides-wknd/releases
    1. aem-guides-wknd.all-x.x.x.zip: AEM as a Cloud Service, default build
    2. aem-guides-wknd.all-x.x.x-classic.zip: AEM 6.5.x+
  2. Go to CRX package manager http://localhost:4502/crx/packmgr/
  3. Click on "Upload Package" button, select the package and click OK
  4. Select on the uploaded package. Click on Install

Once the package is installed, WKND content should be accessible.

 

Also, please sure that the WKND package is compatible with the AEM version. It would be available in release notes like this

 

Aanchal Sikka
SureshDhulipudi
New Participant
February 1, 2021

For wknd tutorial, what are the issues you are facing?

CodelimeAuthor
New Participant
February 1, 2021
When I navigate to it (http://localhost:4502/editor.html/content/wknd/us.html), the page is broken with no CSS styling or images. I just get the globe at top left, Facebook, Twitter and Instagram links, and the footer.
Sanket_Kumbharkhane
New Participant
February 1, 2021