Commit 6034dc9a authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #3054031 by eojthebrave, jhodgdon, Elijah Lynn, Balu Ertl, Pasqualle,...

Issue #3054031 by eojthebrave, jhodgdon, Elijah Lynn, Balu Ertl, Pasqualle, acpkendo, hansfn: Use long versions of Drush commands instead of abbreviated commands
parent 8529cdb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+4 −4
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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.
+2 −2
Original line number Diff line number Diff line
@@ -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