Add instructions for fetching database

This commit is contained in:
benjamin melançon 2018-10-08 00:07:26 -04:00
parent 0b9f452ea3
commit c71ef0625e

View file

@ -21,6 +21,11 @@ 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 @test @self && drush -y updb
```
### Get updates