Changes between Version 46 and Version 47 of members/GRIP-UQAM
- Timestamp:
- Mar 11, 2016, 3:31:04 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v46 v47 141 141 * $ ./composer.phar self-update 142 142 * $ ./composer.phar update 143 == Cron == 144 * Consider output to an (even empty) file a good practice allowing to check last time the command has been executed. 145 {{{#!application/x-shellscript ... &> cron/results/<file>}}} 146 This is because some subtle errors may prevent execution of cron commands, eg. see #11534 147 * Consider nice and ionice to give priority to interactive tasks 148 {{{#!application/x-shellscript nice -n 127 ionice --class=idle ...}}} 143 149 == Some Drush commands == 144 150 * drush -v help