Skip to content

Installation

Achim Grimm edited this page Feb 23, 2017 · 6 revisions

Follow these steps to install Firefly. No automatic changes will be done by doing so.

  1. git clone https://github.com/neuland/firefly.git

  2. Add the path to firefly into your localextensions.xml (in Hybris config folder):

<extension dir="${HYBRIS_BIN_DIR}/firefly"/>
  1. Build hybris

Baseline

If you need to install Firefly to an unmanaged database, you may not want Firefly to execute changes that have been created in the past. You may find yourself in this position, if someone else used Firefly already and you executed changes manually until now.

In this case, you can use Firefly to create a baseline of the current changes. All changes found so far, will be treated as if they have already been applied. This also includes the current status of the items and hMC definition.

See Running changes to create a baseline.

Clone this wiki locally