Changes between Version 34 and Version 35 of HPC_deploy
- Timestamp:
- 2015-12-10T15:10:33+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HPC_deploy
v34 v35 4 4 5 5 == Deploying (reference) data sets == 6 7 ==== 0. Make sure perms are correct ==== 8 9 Either use umask before you start: 10 {{{ 11 umask 0002 12 }}} 13 or use 14 {{{ 15 chmod g+rwX,o+rX,o-w /apps/data/..... 16 }}} 17 after deploying, but before running the hpc-environment-sync.bash script! 6 18 7 19 ==== 1. Where to put reference data ==== … … 137 149 For more complicated installations like for example for ''R'', please read the [https://hpcugent.github.io/easybuild/ documentation] online and have a look at existing !EasyConfigs. 138 150 151 ==== 0. Make sure perms are correct ==== 152 153 Either use umask before you start: 154 {{{ 155 umask 0002 156 }}} 157 or use 158 {{{ 159 chmod g+rwX,o+rX,o-w /apps/software/..... /apps/modules/..... 160 }}} 161 after deploying, but before running the hpc-environment-sync.bash script! 162 139 163 ==== 1. Find existing !EasyConfig or create a new one ==== 140 164 * To search for existing !EasyConfigs in both the default robot search path as well as in our dir for custom !EasyConfigs: