Difference between revisions of "Continous delivery"
Jump to navigation
Jump to search
(Created page with " === Source code === ==== Subversion ==== ==== NPM manager ==== # https://nodejs.org/en/download # From command promp #* winget install Schniz.fnm #* fnm install 22 #* cd <svnroot>''\sfwServlets\web'' #* npm i Step 2.3 + 2.4 must be repeated for all changes to th JSON manifest === Build and test === === Distribution ===") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
==== Subversion ==== | ==== Subversion ==== | ||
==== NPM manager ==== | ==== NPM manager ==== | ||
In order to have some of the larger JS components running (chartJs, editor etc) NPM is required | |||
# [ | # [https://nodejs.org/en/download Install node.js] | ||
# From command promp | # From command promp | ||
#* winget install Schniz.fnm | #* winget install Schniz.fnm |
Latest revision as of 16:44, 22 January 2025
Source code
Subversion
NPM manager
In order to have some of the larger JS components running (chartJs, editor etc) NPM is required
- Install node.js
- From command promp
- winget install Schniz.fnm
- fnm install 22
- cd <svnroot>\sfwServlets\web
- npm i
Step 2.3 + 2.4 must be repeated for all changes to th JSON manifest