Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 408 Bytes

running-the-project.md

File metadata and controls

16 lines (11 loc) · 408 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/drupal-console/bin/drupal /usr/local/bin/drupal

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