Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bloomreach Experience Manager "Build a Website" tutorial

NotificationsYou must be signed in to change notification settings

bloomreach/website-tutorial

 
 

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.

Full tutorial:

https://documentation.bloomreach.com/trails/developer-trail/introduction.html

The tutorial describes two project iterations:

  1. Select Out-of-the-Box Features
  2. Develop New Features

The result of each project iteration is available from the corresponding branch:

  1. iteration-1
  2. iteration-2

Running locally

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.run

Access 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.

Best Practice for development

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/repo

Automatic Export

Automatic 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp