| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
I don't want to have to remember docker commands ever again!
|