Skip to content

Commit

Permalink
Ещё данных
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubujka committed May 15, 2016
1 parent 2f7b2cb commit 0923968
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions yii/cli-init-in-advanced-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Инициализировать окружение у advanced-template в yii, не спрашивая лишних вопросов:
```sh
./init --env=Production --overwrite=y
```
6 changes: 6 additions & 0 deletions yii/cli-migration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Запустить миграции не задавая глупых вопросов:

```sh
./yii migrate --interactive=0
```

0 comments on commit 0923968

Please sign in to comment.