mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 19:46:46 +00:00
Add make target to install mysql requirements
This commit is contained in:
parent
6f45803eec
commit
01c6852f96
7
Makefile
7
Makefile
@ -27,6 +27,11 @@ superuser:
|
|||||||
|
|
||||||
install: requirements secret migrate superuser
|
install: requirements secret migrate superuser
|
||||||
|
|
||||||
|
mysql:
|
||||||
|
apt-get install mysql-server
|
||||||
|
apt-get install libmysqlclient-dev
|
||||||
|
pip3 install mysqlclient
|
||||||
|
|
||||||
style:
|
style:
|
||||||
flake8 InvenTree
|
flake8 InvenTree
|
||||||
|
|
||||||
@ -47,4 +52,4 @@ backup:
|
|||||||
python3 InvenTree/manage.py dbbackup
|
python3 InvenTree/manage.py dbbackup
|
||||||
python3 InvenTree/manage.py mediabackup
|
python3 InvenTree/manage.py mediabackup
|
||||||
|
|
||||||
.PHONY: clean migrate requirements secret superuser install style test coverage documentation backup
|
.PHONY: clean migrate requirements secret superuser install mysql style test coverage documentation backup
|
Loading…
x
Reference in New Issue
Block a user