This repository provides samples for the Orckestra Commerce Cloud (OCC).
There are three powershell (.ps1) scripts located in the ~/ServiceWorkstationInstallation folder:
- install_dev_apps_part1.ps1
- install_dev_apps_part2.ps1
- install-project.ps1
These are scripts that should install all programs, licenses, and extensions necessary to start developing locally with the OCC.
This is a powershell script that is meant to be configured by a Tech Lead, then pushed to the main client repo for development. It covers the following items:
- git clone
- develop branch checkout
- MSBuild process
- npm install
- gulp build
- Removal of *.sln files from node_modules
- Execution of build script.
- Execution of integration script.
For more information on the installation, please see the Setting Up Your Developer Environment section under the Orckestra Developer Portal.