moving mail over to blueprint system

This commit is contained in:
Kevin Froman 2019-03-02 13:17:18 -06:00
parent c89bf5b430
commit c45c016123
8 changed files with 81 additions and 23 deletions

View file

@ -2,9 +2,6 @@ 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