work on plugins doing http endpoints

This commit is contained in:
Kevin Froman 2019-03-02 00:22:59 -06:00
parent 11625b297a
commit c89bf5b430
31 changed files with 76 additions and 17 deletions

View file

@ -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