The Content Connect for Spryker Commerce OS integration combines the functional strengths of FirstSpirit and Spryker and creates a successful overall system. This repository contains the reference project regarding this integration.
Using this reference project is straightforward:
- Clone the project using Git.
- Use the FSDevTools and its functionality fs-cli to install the project. For further information see also section "Installation".
You will need a working FirstSpirit instance with administrative privileges.
Administrative privileges are not available in the e-Spirit Cloud.
To get a working copy of FirstSpirit, please contact your Partner Manager or our Technical Support. In order to install the reference project on a FirstSpirit server, ensure you do have a working copy of fs-cli.
In order to install and work with this reference project, you will first require a copy of it:
git clone https://github.com/e-Spirit/ecom-spryker-reference-project.git
Then use fs-cli to install a copy of it onto your local FirstSpirit server:
$ fs-cli \
-h $HOST:$PORT \
-p $PROJECTNAME \
-sd $ECOM-SPRYKER-REFERENCE-PROJECT-DIR/reference-project-export \
import \
-lm *:CREATE_NEW
After that the project is ready to work with.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the Apache License Version 2.0, January 2004 - see the LICENSE file for details