From d4c9c7926bc1f05c45aadd57ad722410faabbaa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 13 Nov 2020 18:11:17 -0500 Subject: [PATCH] Update instructions to use DDEV --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3ed7d25..d5860ce 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ git submodule update To be able to import the configuration, you need to get the initializing database (where we will also be collaborating on content) [from the test site](https://agaric-test.drutopia.org/) pending resolution of [drutopia#216](https://gitlab.com/drutopia/drutopia/issues/216). ``` -vagrant ssh -composer install -drush -y sql-dump > /tmp/paranoia.sql && drush sql-drop && drush -y sql-sync @live @self && drush -y updb -drush -y rsync @live:%files @self:%files +ddev start +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 ``` ### Get updates @@ -37,11 +37,11 @@ drush -y rsync @live:%files @self:%files ``` git pull git submodule update --recursive --remote -vagrant ssh -composer install -drush -y sql-dump > /tmp/paranoia.sql && drush -y sql-drop && drush -y sql-sync @live @self && drush -y updb -drush -y rsync @live:%files @self:%files -drush cim -y +ddev start +ddev composer install +ddev . drush -y sql-dump > /tmp/paranoia.sql && drush -y sql-drop && drush -y sql-sync @live @self && drush -y updb +ddev . drush -y rsync @live:%files @self:%files +ddev . drush cim -y ``` ## Theming