Changes between Version 349 and Version 350 of SystemAdministration


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration

    v349 v350  
    108108Repositories:
    109109
    110 * Deploy script: https://gitlab.com/CLARIN-ERIC/deploy-script
    111 
    112 * Control script: https://gitlab.com/CLARIN-ERIC/control-script 
    113 
    114 In the ''deploy'' users home directory (''/home/deploy''):
     110 * Deploy script: https://gitlab.com/CLARIN-ERIC/deploy-script
     111
     112 * Control script: https://gitlab.com/CLARIN-ERIC/control-script
    115113
    116114## Deploy a service ##
    117115
     116In the ''deploy'' users home directory (''/home/deploy''):
     117
    118118{{{
    119119sh deploy.sh --name service-name --git git-repo-name --tag 1.0.0
     
    123123## Initialize a service ##
    124124
     125In the ''deploy'' users home directory (''/home/deploy''):
     126
    125127{{{
    126128sh control.sh service-name init
     
    129131
    130132## Start the service ##
     133
     134In the ''deploy'' users home directory (''/home/deploy''):
    131135
    132136{{{