Skip to content

Commit 6ef2e6b

Browse files
committed
Merged in [19579] from rjsparks@nostrum.com:
Update docker/README.md to reflect the merge of Lars' branch. - Legacy-Id: 19599 Note: SVN reference [19579] has been migrated to Git commit 8c830e1
2 parents 66846ba + 8c830e1 commit 6ef2e6b

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

docker/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,18 @@
1414
svn co https://svn.ietf.org/svn/tools/ietfdb/trunk
1515
cd trunk
1616

17-
3. **TEMPORARY:** Replace the contents of the `docker` directory with [Lars'
18-
files](https://svn.ietf.org/svn/tools/ietfdb/personal/lars/7.39.1.dev0/docker/).
19-
20-
4. **TEMPORARY:** Until [Lars'
21-
changes](https://svn.ietf.org/svn/tools/ietfdb/personal/lars/7.39.1.dev0/docker/)
22-
have been merged and a docker image is available for download, you will need
17+
4. **TEMPORARY:** Until a pre-built docker image is available for download, you will need
2318
to build it locally:
2419

2520
docker/build
2621

27-
This will take a while, but only needs to be done once.
22+
This will take a while (15 to 30m), but only needs to be done once.
2823

2924
5. Use the `docker/run` script to start the datatracker container. You will be
3025
dropped into a shell from which you can start the datatracker and execute
3126
related commands as usual, for example
3227

33-
ietf/manage.py runserver 0.0.0.0:8000
28+
ietf/manage.py check; ietf/manage.py runserver 0.0.0.0:8000
3429

3530
to start the datatracker.
3631

0 commit comments

Comments
 (0)