Browse Source

fix(api): adds missing README instruction for running api tests

Nils Wisiol 4 years ago
parent
commit
b01a7c32bb
1 changed files with 4 additions and 0 deletions
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -337,6 +337,10 @@ While there are certainly many ways to get started hacking desec-stack, here is
 
            export DESECSTACK_DJANGO_TEST=1
 
+        Fourth, run the database:
+
+            docker-compose -f docker-compose.yml -f docker-compose.test-api.yml up -d dbapi
+
         Finally, you can manage Django using the `manage.py` CLI.
         As an example, to run the tests, use