Secure asset register
The cumulative height of the chart is the overall amount of work to be done for VAL, starting on 24th July. The green area is the volume of work completed, the red area is the volume of work pending, and the red line is the trend for the remaining work - which will eventually forecast the completion date.
As the data sample grows, the trend line will become more valuable.
- Download a zip snapshot from GitHub
- run
yarn
command in root project folder to install/update dependencies
- run
yarn build:prod
to create production instance - zip up whole folder and transfer to host device
- run
yarn serve
on host device
It is possible to produce a build of VAL that cosmetically changes the color scheme and application title to make it clear that this is a test instance, not a production instance.
- run
yarn build:test
to create test instance - zip up whole folder and transfer to host device
- run
yarn serve
on host device
- Clone the project form github
- run
yarn
command in root project folder
- Run command
yarn prepare
in root project folder
- Run command
yarn build
in root project folder, this will create a deployment in thedist
sub-folder
- Run command
yarn dev
in root project folder
- Run command
yarn serve:soul
in root project folder
When running the serve
or serve:dev
commands, soul-cli
executes and passes
most of the keys to the soul
commands,
such as PORT
, DB
, TOKEN_EXPIRATION_TIME
, and others.
However, please note that, for security reasons, the TOKEN_SECRET
key is extracted
from the environment variables, or the .env
file in the VAL installation folder. An example of the .env
file is provided here.