From da1c92c41de47a13a64aa4e83da572559a0e74f9 Mon Sep 17 00:00:00 2001 From: Joerg Lenhard Date: Wed, 5 Feb 2014 15:05:05 +0100 Subject: [PATCH] Add explanation to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2244734..e4b49af 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ bpel-g-tutorial =============== -A simple example for a process deployable on the bpel-g engine +This is a simple example for a process deployable on the [bpel-g engine](http://code.google.com/p/bpel-g/). +If you download this repository as a zip archive, you can directly deploy it on bpel-g. Just place it in the bpr directory of your Tomcat installation. + +For more details, see [this blog post](http://joerglenhard.wordpress.com/2012/05/11/basic-tutorial-for-the-bpel-g-engine/) from which the code is taken.