From ae024f02bdb1536921d8e346ff5698cb2b9c8c4e Mon Sep 17 00:00:00 2001 From: cwahl-Treeptik Date: Tue, 6 Oct 2015 10:28:33 +0200 Subject: [PATCH] Update STEPBYSTEP.md --- STEPBYSTEP.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/STEPBYSTEP.md b/STEPBYSTEP.md index e69de29..3426d16 100644 --- a/STEPBYSTEP.md +++ b/STEPBYSTEP.md @@ -0,0 +1,11 @@ +# Step by step guide + +You can build this architecture step by step, so as to better understand it. The solutions can be found in the `stepx` repositories. + + +## Step 1 +(This container is defined in the [step1] repository.) + +We want to deploy a simple helloworld application. We need java to be installed and the tomcat servlet to run. + +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.