Changes between Version 344 and Version 345 of SystemAdministration


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration

    v344 v345  
    103103
    104104We are in the process of migration our Ubuntu machines to CentOS/Scientific Linux.
     105
     106# Deploying and running services #
     107
     108In the deploy users home directory (/home/deploy):
     109
     110## Deploy a service ##
     111
     112{{{
     113
     114sh deploy.sh --name delegation-pilot --git compose_idm --tag 1.0.0
     115
     116}}}
     117
     118## Initialize a service ##
     119
     120{{{
     121
     122sh control.sh delegation-pilot init
     123
     124}}}
     125
     126## Start the service ##
     127
     128{{{
     129
     130sh control.sh delegation-pilot start
     131
     132}}}
     133
     134Other commands available: stop, restart, backup, restore, ...
    105135
    106136# Infrastructure and service status information #