work on plugins doing http endpoints
This commit is contained in:
parent
11625b297a
commit
c89bf5b430
31 changed files with 76 additions and 17 deletions
3
Makefile
3
Makefile
|
@ -2,6 +2,9 @@ PREFIX = /usr/local
|
|||
|
||||
.DEFAULT_GOAL := setup
|
||||
|
||||
SHELL := env ONIONR_HOME=$(ONIONR_HOME) $(SHELL)
|
||||
ONIONR_HOME ?= "data"
|
||||
|
||||
setup:
|
||||
sudo pip3 install -r requirements.txt
|
||||
-@cd onionr/static-data/ui/; ./compile.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue