Create simple website using Adobe CQ5

Step – 1
Run the server in available ports. You can specify 4501, 5400, 8080, etc…
Open the CRXDE editor to start creating the website.
The default folder shown is apps, etc, libs.
CRXDE

Step – 2
Create the folder of your website (9th-direction) under apps folder.
Under 9th-direction create components and template folders.
Inside the components folder create the pages folder to create your custom template’s jsp.
Look the below screenshot for your reference.
CRXDE - Website

Step – 3
Create new template under template folder as like below screenshot.
Resource Type is mentioning the path which we are going to create the relevant jsp file consists the html and other information. Ranking defined is for the template order shown while creating the page.
CRXDE - Template

Step – 4
Create the component under components/pages/ with the base page details look like below screenshot.
CRXDE - Component
CRXDE - Explorer

Step – 5
Jump to WCM to create the page. Create the website folder (9th-direction) under websites.
WCM - Web

Now create the page with the available Base Template which we created before.
WCM - Template

Step – 6
Include the init.jsp in base.jsp this script helps to include sidekick.
<cq:include script="/libs/wcm/core/components/init/init.jsp" />
Double click the home page on WCM then check the page for sidekick. It will give the output of empty page with sidekick refer below screenshot.
WCM - Sidekick
Now put your HTML stuff in the base template.
CRXDE - HTML

Step – 7
Now place all your style related information (css/js/images) under etc/designs/9th-direction folder.
CRXDE - Design

The final output of the template is look like below screenshot.
Web output

Step – 8
Finally you need to include the parsys inside the template to drag the editable component. The below cq:include is enough to include the parsys layer.

<cq:include path="parsys" resourceType="foundation/components/parsys" />

CQ5 - 9th-direction
And you are finished creating the site with editable container. Now drag and drop your customized or pre defined components inside your pages. Enjoy 🙂

Print Friendly, PDF & Email

You may also like...

3 Responses

  1. Rishit says:

    Hi,
    I am new bee to Adobe CQ5. This example helped me to build first templates in CQ5. Thans a lot.

    Please request to provide more examples.

  2. Ankit says:

    Nice post..
    Though i dont like to work in CRXDE as it slow down the speed very much..But CQ5 as a CMS tool is very nice. 🙂

  3. Deeps says:

    This article helped me to create my first template ,thanks . Keep posting about templates and components

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.