Project

General

Profile

« Previous | Next » 

Revision e2e159b4

Added by Andreas Kohlbecker almost 8 years ago

#3256 setting module version in deploy script

View differences:

modules/cdm_dataportal/jenkins-ci/deploy.sh
13 13
#     HostName <ip ot host name>
14 14
#     User <deployment-user>
15 15
# 
16
# At the server to be delpoyed to you need to setup and configure the 
16
# At the server to be deployed to you need to setup and configure the
17 17

  
18 18
# 1. create the <deployment-user> 
19 19
#
......
23 23
#   
24 24
# 3. user 'www-data' must be member of the group of the <deployment-user>
25 25
#
26
# 4. The permissions of the folders to delpoyed to must be set to 775 ownership must be adjusted:
26
# 4. The permissions of the folders to deployed to must be set to 775 ownership must be adjusted:
27 27
#   chmod -R 775 <the folders>
28 28
#   chown -R www-data:deploy <the folders> 
29 29
# 
......
44 44
fi
45 45

  
46 46
#
47
# set version for release
48
#
49

  
50
sed -i -e 's/^version.*$/version = 7.x-'$VERSION'/g' $WORKSPACE/modules/cdm_dataportal/cdm_dataportal.info
51

  
52

  
53
#
47 54
# pack and deploy the cdm_dataportal module
48 55
#
49 56

  

Also available in: Unified diff