Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 407 Bytes

running-the-project.md

File metadata and controls

16 lines (11 loc) · 407 Bytes

Running the project

After using Composer to download dependencies, you can run the project by executing:

$ bin/drupal

Create a symbolic link

You can run this command to easily access the Drupal Console from anywhere on your system:

$ sudo ln -s /path/to/DrupalConsole/bin/drupal /usr/local/bin/drupal

NOTE: The name drupal is just an alias you can name it anything you like.