2. Install sample content

Sample content from the WKND Reference site is used to accelerate the tutorial. The WKND is a fictitious life-style brand, often used with AEM training.

The WKND site includes configurations required to expose a GraphQL endpoint. In a real-world implementation, follow the documented steps to include the GraphQL endpoints in your customer project. A CORS has also been packaged as part of the WKND Site. A CORS configuration is required to grant access to an external application, more information about CORS can be found below.

  1. Download the latest compiled AEM Package for WKND Site: aem-guides-wknd.all-x.x.x.zip.

    NOTE
    Make sure to download the standard version compatible with AEM as a Cloud Service and not the classic version.
  2. From the AEM Start menu, navigate to Tools > Deployment > Packages.

    Navigate to Packages

  3. Click Upload Package and choose the WKND package downloaded in the prior step. Click Install to install the package.

  4. From the AEM Start menu, navigate to Assets > Files > WKND Shared > English > Adventures.

    Folder view of Adventures

    This is a folder of all the assets that comprise the various Adventures promoted by the WKND brand. This includes traditional media types like images and video, and media specific to AEM like Content Fragments.

  5. Click into the Downhill Skiing Wyoming folder and click the Downhill Skiing Wyoming Content Fragment card:

    Content Fragment card

  6. The Content Fragment editor opens for the Downhill Skiing Wyoming adventure.

    Content Fragment editor

    Observe that various fields like Title, Description, and Activity define the fragment.

    Content Fragments are one of the ways content can be managed in AEM. Content Fragment are reusable, presentation-agnostic content composed of structured data elements such as text, rich text, dates, or references to other Content Fragments. Content Fragments are explored in greater detail later in the quick setup.

  7. Click Cancel to close the fragment. Feel free to navigate into some of the other folders and explore the other Adventure content.

NOTE
If using a Cloud Service environment see the documentation for how to deploy a code base like the WKND Reference site to a Cloud Service environment.