'Makefile' updaten
This commit is contained in:
parent
3e5ec74dc1
commit
7531ecf9cd
4
Makefile
4
Makefile
@ -1,5 +1,9 @@
|
|||||||
default: run
|
default: run
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
@sudo chown -R gitea:www-data /var/www/multifeeder/
|
||||||
|
@sudo chmod -R g+rwX /var/www/multifeeder/.git/
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
@python3 -m venv .venv && \
|
@python3 -m venv .venv && \
|
||||||
.venv/bin/pip install -r requirements.txt
|
.venv/bin/pip install -r requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user