The ICT GameJam Voting Application
Passing a configuration argument will save the value to the database for future use
-title=<title> Set the title for the site
-port=<port> The port to run the site on
-session-name=<name> A name to use for the session
-server-dir=<director> Directory to use for assets (templates/js/css)
-reset-defaults Reset all of the configurable site settings to their defaults
This only affects the settings that can be set from the command line
These arguments only affect the current run of the application
-help Display the application help, breakdown of arguments
-dev Run in development mode, load assets (templates/js/css) from file system
rather than the binary
Linux 64 bit
Linux 32 bit
Linux Arm
Mac OS
Windows 64 bit
Windows 32 bit
go get github.com/devict/ictgj-voting
go get
your github fork, similarly to the command in the Building section above.go generate
to regenerate the assets.go
filegithub.com/devict/ictgj-voting
-dev
flag to enable development mode (load assets from the file system instead of embedded). go generate
before go build
- this regenerates the assets.go
file