decentral1se
4 years ago
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with
3 additions and
0 deletions
-
makefile
|
@ -8,4 +8,7 @@ setup: |
|
|
run: |
|
|
run: |
|
|
@.venv/bin/python library/page.py |
|
|
@.venv/bin/python library/page.py |
|
|
|
|
|
|
|
|
|
|
|
serve: |
|
|
|
|
|
@cd library && ../.venv/bin/uwsgi --http 127.0.0.1:6666 --module page:APP |
|
|
|
|
|
|
|
|
.PHONY: setup run |
|
|
.PHONY: setup run |
|
|