diff options
| -rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -5,6 +5,23 @@ the companies I wrote this for some number of years ago. Most of the features are here and the application fulfills the use case. +## Running the demo: + +There are steps to build the container below, though I've published it, so you +should be able to simply run: + +```shell +$ docker run --rm \ + -p 127.0.0.1:8080:8080 \ + containers.riedstra.dev/dispatch-tracker:latest +``` + +Give it a solid 30 seconds or so, since the default configuration +runs its own database, migrations, and then fills it with fake data +and initial admin user account. + +These things can be tuned out with environment variables described in +the `entrypoint.sh` file. ## Things to fix/add going forward: |
