Advanced Search
Search Results
23 total results found
Deployment of new releases
Process to deploy a new release manually: 1.Create the json files using one of the following options: 1.1. yaml templates - this option needs to use yaml2json converter to generate json file 1.2. json templates - use the json SW/templates/distribution.t...
Add new product to an existing distribution
Ways to add a new product to an existing distribution (Work in progress) dir structure: /var/www/be/ data/ (The latest json data for the FE) ├── config.js ├── distributions/ │ ├── CMD-ONE │ │ ├── 0.0.0.json │ │ └── ... │ ├── CMD-...
Add new distribution
Ways to add a new distribution (Work in progress) cd /var/www/be Create distribution folder: mkdir data/distributions/%distribution-name% Use/Copy the template: cp SW/templates/distribution.yaml ./ Convert the yaml to json: (need to have n...