Port Global Mosquito Observations Dashboard to OL#430
Conversation
| git clone https://github.com/UW-Madison-DSI/Global-Mosquito-Observations-Dashboard.git | ||
| ``` | ||
|
|
||
| Edit `docker-compose.yml`: |
There was a problem hiding this comment.
Instead of editing a compose file, how about you just give them a one-liner they can copy/paste to the terminal? One container, so just docker, no compose.
There was a problem hiding this comment.
I think we can start one service by specifying a service name after doing compose up, still uses compose, but it's a one-liner that does what we want
| Clone the repo: | ||
|
|
||
| ```bash | ||
| git clone https://github.com/UW-Madison-DSI/Global-Mosquito-Observations-Dashboard.git |
There was a problem hiding this comment.
Is this necessary? The admin install can point directly to a git repo (as in the other example).
There was a problem hiding this comment.
The problem with pointing directly to the repo is it's cloned into a temporary directory with os.MkdirTemp, so I thought it'd be better for UX (since we need to start the DB container) to clone the repo.
No description provided.