Commit Graph

6 Commits

Author SHA1 Message Date
Edward Loveall
27234bd32a Ensure that scr/version is up-to-date when building
This is an experiment to see if it forces me to actually have updated
the version before I build. The idea is that I need to actually commit
the version which will make it more likely that all instances can pull
down the code and display the correct version if I've done it myself.

It uses `git show` to grab the committed contents of src/version then
checks to see if it matches today's date.
2022-01-15 16:31:02 -05:00
tnp
eaf25ef23a Add Dockerfile 2021-10-16 10:56:15 -04:00
Edward Loveall
0998a87622 Remove postgress stuff from script/setup
This app doesn't use a database so there's no point.
2021-10-10 14:52:14 -04:00
Edward Loveall
7851434952 Add script to build object file (.o) for Ubuntu
This ubuntu_server.o file then needs to be copied to the server and
linked.
2021-09-07 22:00:20 -04:00
Edward Loveall
fe2f3ebe80 Add test script
This makes it much easier to randomize the spec order
2021-07-04 16:03:25 -04:00
Edward Loveall
fcf3eb14d0 Initial app 2021-05-01 17:03:38 -04:00