Skip to content

Commit

Permalink
[hechoendrupal#222] translated how-to-copy-configuration-files.
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirAus authored Aug 9, 2016
1 parent 790820b commit c5b7fa0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ru/using/how-to-copy-configuration-files.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# 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 Console запустите команду `init`. `drupal init` скопирует конфигурационные настройки в директорию `~/.console/`. Изменить конфигурационные настройки можно через флаг `--override`

```
$ drupal init [--override]
```

### Which files are copied when executing the `init` command.
### Список файлов, которые копирует `init`.
```
~/.console/
├── aliases.yml
Expand All @@ -17,4 +18,4 @@ The first task you should do after installing Drupal Console is to execute the `
├── drupal.fish
└── sites
   └── sample.yml
```
```

0 comments on commit c5b7fa0

Please sign in to comment.