Skip to content

Commit ca14daf

Browse files
committed
better callout at top, fix an src usage
1 parent 62f9c76 commit ca14daf

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

chapter_09_docker.asciidoc

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,17 @@ if that's what it takes to convince you it's worth it.
4646
*******************************************************************************
4747
As part of my work on the third edition of the book,
4848
I'm rewriting the deployment chapters,
49-
and this chapter is still a very rough draft I'm afraid.
49+
and this chapter is still an early draft I'm afraid.
5050
Sorry!
5151
52-
Following along with this chapter is going to be pretty tricky
53-
in its current state, although you might be able to skim
54-
through the content out of curiosity.
52+
Still, the broad outline is complete, so I'd love it if you had a go at following along!
5553
56-
It might be best to skip ahead to <<chapter_12_organising_test_files>>
54+
Most importantly, please please send your feedback to [email protected],
55+
or as a https://github.com/hjwp/Book-TDD-Web-Dev-Python/issues[GitHub Issue]
56+
57+
The next two chapters are even more rough, so if you prefer,
58+
you are welcome to skip all the deployment stuff and go straight to
59+
<<chapter_12_organising_test_files>>
5760
5861
*******************************************************************************
5962

@@ -209,7 +212,8 @@ How will containerizing our software help with the danger areas?
209212
and we've tested both those things, then we will have
210213
minimised the risk of deployment to production.
211214

212-
TODO: consider getting rid of the staging server??
215+
// TODO: consider getting rid of the staging server??
216+
213217

214218
////
215219
footnote:[What I'm calling a "staging" server, some people would
@@ -390,7 +394,7 @@ I'll use the `--failfast` option to exit as soon as a single test fails:
390394
[role="small-code"]
391395
[subs="specialcharacters,macros"]
392396
----
393-
$ pass:quotes[*TEST_SERVER=localhost:8888 ./src/manage.py test functional_tests \
397+
$ pass:quotes[*TEST_SERVER=localhost:8888 ./manage.py test functional_tests \
394398
--failfast*]
395399
[...]
396400
E
@@ -1282,7 +1286,7 @@ That also gives us a convenient excuse to talk about mounting files in Docker,
12821286
which is a very useful thing to be able to do (TM).
12831287

12841288

1285-
First let's revert our change:
1289+
First let's revert our change:
12861290

12871291
[role="sourcecode"]
12881292
.Dockerfile (ch09l009)

source/chapter_09_docker/superlists

Submodule superlists updated 69 files

0 commit comments

Comments
 (0)