Add instructions for fetching database
This commit is contained in:
parent
0b9f452ea3
commit
c71ef0625e
1 changed files with 5 additions and 0 deletions
|
@ -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).
|
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
|
### Get updates
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue