You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Apply executable permissions on the downloaded file:
86
-
chmod +x /usr/local/bin/drupal
87
-
88
-
# Copy configuration files.
89
-
drupal init --override
90
-
91
-
# Check and validate system requirements
92
-
drupal check
93
81
```
94
82
95
83
## Run Drupal Console
84
+
Using the DrupalConsole Launcher
85
+
```
86
+
drupal
87
+
```
88
+
> NOTE: If using a DrupalComposer make sure you execute the `init` command and answer yest to ` Copy at current directory console/config.yml? (yes/no) [yes]:` question.
89
+
96
90
We highly recommend you to install the global executable, but if is not installed, then you can run DrupalConsole by:
97
91
98
92
Using default Drupal + DrupalConsole
99
93
```
100
94
vendor/bin/drupal
101
95
```
102
-
Using DrupalComposer
103
-
Change directory `web`, `docroot`or any other.
96
+
97
+
Using DrupalComposer you can also change directory `web`, `docroot`and
104
98
```
105
99
../vendor/bin/drupal
106
100
```
107
101
108
-
109
102
## Drupal Console Support
110
103
You can ask for support at Drupal Console gitter chat room [http://bit.ly/console-support](http://bit.ly/console-support).
0 commit comments