summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adds entr command to re-run run commandMatthew Lemon2024-02-111-0/+3
|
* Adds flagsMatthew Lemon2024-02-091-1/+4
| | | | | | | | | Accepts -addr for the port. Commented out flag for dsn (database string) - not yet implemented. See https://github.com/go-sql-driver/mysql#dsn-data-source-name for the correct format to be used for MySQL/MariaDB.
* Adds a populate.sql scriptMatthew Lemon2024-02-091-0/+5
| | | | | | | | | | We need a script to run for populating and bootstrapping the database. This is the start of such a script. The syntax here is suitable for mariadb at present. The comments above "populate" are assumed to have been carried out by the root user (e.g. sudo mariabdb).
* Adds a MakefileMatthew Lemon2024-02-081-0/+8
I don't want to have to remember docker commands ever again!