Changes between Version 5 and Version 6 of Webdev


Ignore:
Timestamp:
02/09/16 17:02:05 (8 years ago)
Author:
Sander Maijers
Comment:

ENHANCE: Add important commands section.

Legend:

Unmodified
Added
Removed
Modified
  • Webdev

    v5 v6  
    1010
    1111Drupal should be managed from the command line with [https://github.com/drush-ops/drush Drush]. [https://groups.drupal.org/drush/commands Commands for drush].
     12
     13# Important management tasks #
     14
     15Execute all drush commands from within `/hum/web/clarin.eu/htdocs/`.
     16
     17## Use the working custom drush version ##
     18
     19{{{
     20#!sh
     21
     22alias drush=/hum/web/clarin.eu/private/drush/drush/drush
     23}}}
     24
     25## Set website to read-only or back to read-write ##
     26
     27{{{
     28#!sh
     29
     30drush --uri='http://www.clarin.eu' vset site_readonly 1
     31}}}
     32the last parameter is `1` for read-only, `0` for read-write.
    1233
    1334# Current issues (2016) #