Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Seeking AEM6.5/Maven tutorial other than WKND

Avatar

Level 4

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. 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

aanchalsikka_0-1695635326780.png

 


Aanchal Sikka

View solution in original post

5 Replies

Avatar

Community Advisor

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

Avatar

Level 4
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.

Avatar

Correct answer by
Community Advisor

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

aanchalsikka_0-1695635326780.png

 


Aanchal Sikka

Avatar

Administrator

@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