blueprints: webui (#3356)
This commit is contained in:
9
Makefile
9
Makefile
@ -172,3 +172,12 @@ ci-pending-migrations: ci--meta-debug
|
||||
|
||||
install: web-install website-install
|
||||
poetry install
|
||||
|
||||
dev-reset:
|
||||
dropdb -U postgres -h localhost authentik
|
||||
createdb -U postgres -h localhost authentik
|
||||
redis-cli -n 0 flushall
|
||||
redis-cli -n 1 flushall
|
||||
redis-cli -n 2 flushall
|
||||
redis-cli -n 3 flushall
|
||||
make migrate
|
||||
|
||||
Reference in New Issue
Block a user