mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -08:00
More obviously call out deploy time in quickstart (#1113)
Just to set expectation that this will take a while, so new users don't think they did something wrong.
This commit is contained in:
parent
7a623101e2
commit
f90ec76295
1 changed files with 3 additions and 1 deletions
|
@ -20,4 +20,6 @@ Use `docker-compose` to run the application:
|
|||
$ docker-compose up
|
||||
```
|
||||
|
||||
After it initializes (which may take a while, possibly even an hour or two, since it has to download and process all the data), you should be able to open the application in your browser at [http://localhost:8000](http://localhost:8000).
|
||||
> Note: This may take a while, possibly even an hour or two, since it has to build the containers and then download and process all the data.
|
||||
|
||||
After it initializes, you should be able to open the application in your browser at [http://localhost:8000](http://localhost:8000).
|
||||
|
|
Loading…
Add table
Reference in a new issue