Create An SCF Sandbox create-an-scf-sandbox
As of AEM 6.1 Communities, the easiest way to quickly create a sandbox is to create a community site. See Getting Started with AEM Communities.
Another useful tool for developers is the Community Components guide, which allows for exploration and quick prototyping of Communities components and features.
The exercise of creating a website can be useful for understanding the structure of an AEM website which may include Communities features, while also providing simple pages on which to explore working with the social component framework (SCF).
This tutorial is primarily for developers, new to AEM, who are interested in using SCF components. It walks through the creation of An SCF Sandbox site, similar to the tutorial for How to Create a Fully Featured Internet Website which focuses on-site structures, such as navigation, logo, search, toolbar, and listing child pages.
Development takes place on an author instance, while experimenting with the site is best on a publish instance.
The steps in this tutorial are:
Prerequisites prerequisites
This tutorial assumes you have one AEM author and one AEM publish instance installed that has the latest release of Communities.
Following are some helpful links for developers new to the AEM platform:
-
Getting Started: for deploying AEM instances.
- The Basics: for developers of websites and features.
- First Steps for Authors: for authoring page content.
Using CRXDE Lite Development Environment using-crxde-lite-development-environment
AEM developers spend much of their time in the CRXDE Lite development environment on an author instance. CRXDE Lite provides a less restricted access to the CRX repository. Classic UI tools and touch-enabled UI consoles provide more structured access to specific portions of the CRX repository.
After signing in with administrative privileges, there are various ways to access CRXDE Lite:
-
From global navigation, select navigation Tools > CRXDE Lite.
-
From the classic UI welcome page, scroll down and click CRXDE Lite in the right panel.
-
Browse directly to
CRXDE Lite
:<server>:<port>/crx/de
For example, on a local author instance: http://localhost:4502/crx/de
To work with CRXDE Lite, you must sign in with developer or administrator privileges. For the default localhost instance, you can log in with
username: admin
password: admin
This login times out and you must relogin periodically using the pull-down on the right end of the CRXDE Lite tool bar.
If not logged in, you will be unable to navigate the JCR repository or perform any edit/save operations.
When in doubt, relogin!