Skip to content

Releases: csmig/stig-manager

build-candidate-01

19 Nov 16:30
Compare
Choose a tag to compare
build-candidate-01 Pre-release
Pre-release

Built from v1.1.0 source. For this candidate, the docs are not embedded.

Running

For Windows:

C:\> set STIGMAN_OIDC_PROVIDER=<your_value>
C:\> set STIGMAN_DB_HOST=<your_value>
C:\> set STIGMAN_DB_PORT=<your_value>
C:\> set STIGMAN_DB_PASSWORD=<your_value>
C:\> stig-manager-api-win.exe

For Linux

$ STIGMAN_OIDC_PROVIDER=<your_value> \
STIGMAN_DB_HOST=<your_value> \
STIGMAN_DB_PORT=<your_value> \
STIGMAN_DB_PASSWORD=<your_value> \
./stig-manager-api-linux

Building

To build both Win and Linux from Linux (and perhaps Windows, too) checkout the branch build-pkg, then:

$ cd api/source
$ npm install -g pkg          <--- only needed once
$ pkg package.json

Built files are in api/source/dist