mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Merge pull request #494 from SchrodingersGat/update-fix
Ensure that required packages are installed when performing update step
This commit is contained in:
commit
b2c9be1bcd
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ clean:
|
|||||||
rm -rf .tox
|
rm -rf .tox
|
||||||
rm -f .coverage
|
rm -f .coverage
|
||||||
|
|
||||||
update: backup migrate
|
update: backup install migrate
|
||||||
|
|
||||||
# Perform database migrations (after schema changes are made)
|
# Perform database migrations (after schema changes are made)
|
||||||
migrate:
|
migrate:
|
||||||
|
@ -83,6 +83,7 @@ Development and Testing
|
|||||||
Other shorthand functions are provided for the development and testing process:
|
Other shorthand functions are provided for the development and testing process:
|
||||||
|
|
||||||
* ``make install`` - Install all required underlying packages using PIP
|
* ``make install`` - Install all required underlying packages using PIP
|
||||||
|
* ``make update`` - Update InvenTree installation (after database configuration)
|
||||||
* ``make superuser`` - Create a superuser account
|
* ``make superuser`` - Create a superuser account
|
||||||
* ``make migrate`` - Perform database migrations
|
* ``make migrate`` - Perform database migrations
|
||||||
* ``make mysql`` - Install packages required for MySQL database backend
|
* ``make mysql`` - Install packages required for MySQL database backend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user