Skip to content

Commit ae024f0

Browse files
Update STEPBYSTEP.md
1 parent 27c555b commit ae024f0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

STEPBYSTEP.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Step by step guide
2+
3+
You can build this architecture step by step, so as to better understand it. The solutions can be found in the `stepx` repositories.
4+
5+
6+
## Step 1
7+
(This container is defined in the [step1] repository.)
8+
9+
We want to deploy a simple helloworld application. We need java to be installed and the tomcat servlet to run.
10+
11+
For the sake of simplicity, let us do it in a single container. It loads the binaries, copies the `helloworld.war` archive in the `tomcat-bin/webapps` repository and starts tomcat.

0 commit comments

Comments
 (0)