Continous delivery

From TempusServa wiki
Revision as of 16:40, 22 January 2025 by Kpe (talk | contribs) (→‎Source code)
Jump to navigation Jump to search

Source code

Subversion

Netbeans

Increase default memory settings

  1. Edit: <netbeans>\etc\netbeans.conf
  2. Change memory minimum settings
 -J-Xms4g

NPM manager

In order to have some of the larger JS components running (chartJs, editor etc) NPM is required

  1. Install node.js
  2. 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