Changes between Version 347 and Version 348 of SystemAdministration


Ignore:
Timestamp:
09/03/18 11:08:29 (6 years ago)
Author:
Willem Elbers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration

    v347 v348  
    112112{{{
    113113sh deploy.sh --name delegation-pilot --git compose_idm --tag 1.0.0
    114 
    115114}}}
    116115Updates are performed by running the same command with a different tag and then using the control.sh script to restart the service.
     
    120119{{{
    121120sh control.sh delegation-pilot init
    122 
    123121}}}
    124122Customize <service-name>/.env as needed.
     
    128126{{{
    129127sh control.sh delegation-pilot start
    130 
    131128}}}
    132129Other commands available: stop, restart, backup, restore, ...