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

Latest commit

 

History

History
20 lines (18 loc) · 664 Bytes

how-to-copy-configuration-files.md

File metadata and controls

20 lines (18 loc) · 664 Bytes

How to copy configuration files

The first task you should do after installing Drupal Console is to execute the init command. Executing this command will copy the project configurations files to your ~/.console/ directory. Overriding values on these copied files is how you can change DrupalConsole behaviour.

$ drupal init [--override]

Which files are copied when executing the init command.

 ~/.console/ 
 ├── aliases.yml 
 ├── chain
 │   ├── quick-start.yml
 │   └── sample.yml 
 ├── config.yml 
 ├── console.rc 
 ├── drupal.fish 
 └── sites 
     └── sample.yml