Configuring an Easy Repository in Backoffice
Configuring a Local Repository
Easy Repositories can be configured from SAP Commerce Backoffice
application. You can find dedicated section in Navigation Pane: Easy > Easy Core > Repositories
Here you can find list of all configured repositories. To add new one, use standard Backoffice approach, by:
Clicking
v
icon adjacent to+
, this list type of repositories to create.Select
Local Repository
.Figure | Easy Repository Navigation in Backoffice
Selecting the Git Repository Opens the Wizard
Figure | Backoffice Create Git Repository Wizard
The Wizard displays a form with following form fields:
Table | Form fields for a Local Repository
Property
Required
Comments
Code
Yes
Local repository code - user friendly - alphanumeric
Name
Yes
Local repository name - user friendly
Source Location
Yes
File system path on your computer pointing to the directory where your easy extensions exist
Fill in the details on the form displayed on wizard.There is button with
Finish
label, that will check if the source location is valid. After confirmation, it will save data, otherwise shows error.
Configuring a Git Repository
Easy Repositories can be configured from SAP Commerce Backoffice
application. You can find dedicated section in Navigation Pane: Easy > Easy Core > Repositories
Here you can find list of all configured repositories. To add new one, use standard Backoffice approach, by:
Clicking
v
icon adjacent to+
, this list type of repositories to create.Select
Git Repository
.Figure | Easy Repository Navigation in Backoffice
Selecting the Git Repository Opens the Wizard
Figure | Backoffice Create Git Repository Wizard
The wizard displays a form with following fields:
Table | Form fields for a Git Repository
Property
Required
Comments
Code
Yes
Git repository code - user friendly - alphanumeric
Name
Yes
Git repository name - user friendly
Git URL
Yes
Git repository URL starting from
https
Git Branch
Yes
Git repository branch, which will be cloned
Login
No
Git repository credential, login field
Secret
No
Git repository credential, secret field
Fill in the details on the form displayed on wizard.There is button with
Finish
label, that will check if GIT configuration is valid. After confirmation, it will save data, otherwise shows error.