Regarding using core components with nosamplecontent runmode | Community
Skip to main content
Level 2
January 11, 2019
Solved

Regarding using core components with nosamplecontent runmode

  • January 11, 2019
  • 4 replies
  • 2116 views

Hi,

The core components are not available with the nosamplecontent run mode. Has anyone faced a similar issue ? If yes, what is the solution for it ? Does the core component always need to be installed separately ?

Regards,

Ankush Dhingra

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 smacdonald2008
Yes - you can install CORE Components from GitHub. This is the recommended solution. We cover that here in this guided journey:

4 replies

Gaurav-Behl
Level 10
January 11, 2019

Yes, that's correct. check docs -

Sample Content Run-Mode

The Core Components are visible in the Quickstart when the sample content is present, because the We.Retail reference site uses them. However, when running in production (in nosamplecontent runmode, without sample content enabled), the core components won't be present anymore and must be installed on the AEM instances by the development and/or operations team.

Note:

In production environments, always run the Quickstart in nosamplecontent runmode. To use the Core Components in nosamplecontent runmode, follow the instructions of the Using Core Components documentation page.

Developing Core Components

Using Core Components

arunpatidar
Community Advisor
Community Advisor
January 11, 2019

The Core Components are not part of the quickstart when starting in production mode (without sample content). Therefore, your first step is to download the latest released content package from GitHub and to install it on your AEM environments.

https://helpx.adobe.com/experience-manager/core-components/using/using.html

Arun Patidar
smacdonald2008
smacdonald2008Accepted solution
Level 10
January 11, 2019
Yes - you can install CORE Components from GitHub. This is the recommended solution. We cover that here in this guided journey:

Level 2
January 11, 2019

Thank you for the reply