Add auth ssh to the setup instructions
This commit is contained in:
parent
ab6f5e4ea7
commit
b9e293afae
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ To be able to import the configuration, you need to get the initializing databas
|
|||
|
||||
```
|
||||
ddev start
|
||||
ddev auth ssh
|
||||
ddev composer install
|
||||
ddev . drush -y sql-dump > /tmp/paranoia.sql && drush sql-drop && drush -y sql-sync @live @self && drush -y updb
|
||||
ddev . drush -y rsync @live:%files @self:%files
|
||||
|
|
Loading…
Reference in a new issue