2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Update docs for installing with PostgreSQL

- make target
- documentation
This commit is contained in:
Oliver Walters
2019-09-09 16:11:26 +10:00
parent e4dcbd2fda
commit ee73ea714e
3 changed files with 24 additions and 8 deletions

View File

@ -87,6 +87,7 @@ Other shorthand functions are provided for the development and testing process:
* ``make superuser`` - Create a superuser account
* ``make migrate`` - Perform database migrations
* ``make mysql`` - Install packages required for MySQL database backend
* ``make postgresql`` - Install packages required for PostgreSQL database backend
* ``make backup`` - Backup database tables and media files
* ``make test`` - Run all unit tests
* ``make coverage`` - Run all unit tests and generate code coverage report