Application for dog breeding
To build the application you need the following steps (all in the root directory of the project):
- Enable vendoring:
export GO15VENDOREXPERIMENT=1
- Compile the templates and CSS files to Go code:
go run cmd/compile_templates/main.go
- Build the executable including the templates and CSS files:
go build -tags bindatafs
Finally you can start the application (server) with: ./dogs
The following files have been touched under app/views/qor
:
layout.tmpl
assets/images/logo.png
mate_table_*
ancestors
index/table.tmpl
shared/sidebar.tmpl
shared/menu.tmpl
Please update them again when you switch to a new QOR Admin version.