Loading source/en/config-install.txt +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ module's machine name is _tracker_. . Run the following Drush command to install the module: + ---- drush en tracker drush pm:enable tracker ---- ==== Expand your understanding Loading source/en/config-uninstall.txt +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ module's machine name is _tracker_. . Run the following Drush command to uninstall the module: + ---- drush pm-uninstall tracker drush pm:uninstall tracker ---- ==== Expand your understanding Loading source/en/extend-maintenance.txt +4 −4 Original line number Diff line number Diff line Loading @@ -102,16 +102,16 @@ desired. cache: + ---- drush sset system.maintenance_mode 1 drush cr drush state:set system.maintenance_mode 1 --input-format=integer drush cache:rebuild ---- . Run the following Drush commands to disable maintenance mode and clear the cache: + ---- drush sset system.maintenance_mode 0 drush cr drush state:set system.maintenance_mode 0 --input-format=integer drush cache:rebuild ---- . After running either set of commands, verify that your site is either in or Loading source/en/extend-module-install.txt +1 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ _https://www.drupal.org/project/admin_toolbar_, the project name is `admin_toolbar`) as a parameter: + ---- drush en admin_toolbar drush pm:enable admin_toolbar ---- . Follow the instructions on the screen. Loading source/en/extend-theme-install.txt +2 −2 Original line number Diff line number Diff line Loading @@ -108,8 +108,8 @@ _https://www.drupal.org/project/mayo_, the project name is `mayo`. _mayo_) as a parameter: + ---- drush then mayo drush config-set system.theme default mayo drush theme:enable mayo drush config:set system.theme default mayo ---- . Follow the instructions on the screen. Loading Loading
source/en/config-install.txt +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ module's machine name is _tracker_. . Run the following Drush command to install the module: + ---- drush en tracker drush pm:enable tracker ---- ==== Expand your understanding Loading
source/en/config-uninstall.txt +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ module's machine name is _tracker_. . Run the following Drush command to uninstall the module: + ---- drush pm-uninstall tracker drush pm:uninstall tracker ---- ==== Expand your understanding Loading
source/en/extend-maintenance.txt +4 −4 Original line number Diff line number Diff line Loading @@ -102,16 +102,16 @@ desired. cache: + ---- drush sset system.maintenance_mode 1 drush cr drush state:set system.maintenance_mode 1 --input-format=integer drush cache:rebuild ---- . Run the following Drush commands to disable maintenance mode and clear the cache: + ---- drush sset system.maintenance_mode 0 drush cr drush state:set system.maintenance_mode 0 --input-format=integer drush cache:rebuild ---- . After running either set of commands, verify that your site is either in or Loading
source/en/extend-module-install.txt +1 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ _https://www.drupal.org/project/admin_toolbar_, the project name is `admin_toolbar`) as a parameter: + ---- drush en admin_toolbar drush pm:enable admin_toolbar ---- . Follow the instructions on the screen. Loading
source/en/extend-theme-install.txt +2 −2 Original line number Diff line number Diff line Loading @@ -108,8 +108,8 @@ _https://www.drupal.org/project/mayo_, the project name is `mayo`. _mayo_) as a parameter: + ---- drush then mayo drush config-set system.theme default mayo drush theme:enable mayo drush config:set system.theme default mayo ---- . Follow the instructions on the screen. Loading