Added user authentication
This commit is contained in:
parent
d7e7af5a10
commit
cb54057305
40 changed files with 710 additions and 218 deletions
7
Makefile
7
Makefile
|
|
@ -10,4 +10,9 @@ prep:
|
|||
|
||||
.Phony: compile
|
||||
compile: prep
|
||||
go build -o ./build/hugo-cms
|
||||
go build -o ./build/hugo-cms
|
||||
|
||||
.Phony: init-db
|
||||
init-db:
|
||||
export $(cat .env | xargs)
|
||||
./build/hugo-cms -user test@example.com -password test123
|
||||
Loading…
Add table
Add a link
Reference in a new issue