Changes between Version 104 and Version 105 of SystemAdministration/Default_VM_setup


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration/Default_VM_setup

    v104 v105  
    166166cd ../..
    167167ln -s deploy-assets/deploy-script/deploy.sh deploy.sh)"
     168
     169## Setup the control.sh script on the 'deploy' user home
     170sudo -u deploy bash -i -c "
     171(cd ~
     172mkdir deploy-assets
     173cd deploy-assets
     174git init control-script
     175cd control-script
     176git remote add origin git@gitlab.com:CLARIN-ERIC/control-script.git
     177git fetch origin --depth=1 +refs/tags/0.0.2:refs/tags/0.0.2
     178git reset --hard tags/0.0.2
     179git gc --prune=all
     180cd ../..
     181ln -s deploy-assets/control-script/control.sh control.sh)"
    168182}}}
    169183### Postfix configuration for host email (script) -> run as it is ###