Skip to content

Commit

Permalink
Update STEPBYSTEP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cwahl-Treeptik committed Oct 6, 2015
1 parent 27c555b commit ae024f0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions STEPBYSTEP.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit ae024f0

Please sign in to comment.