Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 376 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 376 Bytes

Hottub

Hottub - The glue between experience and management

Generating Documentation

Before you can compile hottub, you first have to run the following commands

go get -u github.com/swaggo/swag/cmd/swag
swag init

Dump PostgreSQL

docker-compose exec database pg_dumpall -c -U crowdcontrol > dump_`date +%d-%m-%Y"_"%H_%M_%S`.sql