-
Notifications
You must be signed in to change notification settings - Fork 2
Configuration management
borjalopezfernandez edited this page Sep 11, 2024
·
2 revisions
DEC configuration management:
List all available configurations in config/oper_dec/ directory:
rake -f build_dec.rake dec:list_config
Load some configuration to build the artefacts (gem / image container):
rake -f build_dec.rake dec:load_config[adgs,localhost]
Edit the configuration in config/oper_dec/ directory and save it:
rake -f build_dec.rake dec:save_config[adgs,localhost]