- Notifications
You must be signed in to change notification settings - Fork7
bloomreach/website-tutorial
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This tutorial will guide you through the development of GoGreen, brXM's demowebsite. The tutorial follows two development iterations. In each iteration,you will deliver a working site and increase your brXM knowledge level at thesame time. At the end of the tutorial, you will have a good idea of the basicdevelopment tasks involved in the implementation of a brXM-based website.
https://documentation.bloomreach.com/trails/developer-trail/introduction.html
The tutorial describes two project iterations:
The result of each project iteration is available from the corresponding branch:
This project uses the Maven Cargo plugin to run Essentials, the CMS and sitelocally in Tomcat.From the project root folder, execute:
mvn clean verifymvn -P cargo.runAccess the applications at the following URLs:
- Essentials:
http://localhost:8080/essentials - CMS:
http://localhost:8080/cms - Website:
http://localhost:8080/site
Logs are located intarget/tomcat9x/logs.
Use the option-Drepo.path=/some/path/to/repository during start up. Thiswill avoid your repository to be cleared when you do amvn clean.
For example start your project with:
mvn -P cargo.run -Drepo.path=/home/usr/tmp/repoAutomatic export of repository changes to the file system is turned on bydefault. To control this behavior, log intohttp://localhost:8080/cms/consoleand press the "Enable/Disable Auto Export" button at the top right. To set thisas the default for your project edit the file./repository-data/application/src/main/resources/hcm-config/configuration/modules/autoexport-module.yaml
About
Bloomreach Experience Manager "Build a Website" tutorial
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.