diff --git a/data/imldeployment/.htkeep b/data/imldeployment/.htkeep
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/data/imldeployment/build/readme.md b/data/imldeployment/build/readme.md
new file mode 100644
index 0000000000000000000000000000000000000000..072c67a7c659edbcf57dc41c4d0d61f2f17fef2c
--- /dev/null
+++ b/data/imldeployment/build/readme.md
@@ -0,0 +1,3 @@
+# data/imldeployment/build #
+
+place where projects will be cloned and builds will be started
\ No newline at end of file
diff --git a/data/imldeployment/data/database/readme.md b/data/imldeployment/data/database/readme.md
new file mode 100644
index 0000000000000000000000000000000000000000..ae2bdcadd1e1c8a63e27bf40884ef7196fb1c157
--- /dev/null
+++ b/data/imldeployment/data/database/readme.md
@@ -0,0 +1,3 @@
+# data/imldeployment/data/database #
+
+sqlite database for logs
\ No newline at end of file
diff --git a/data/imldeployment/data/projects/readme.md b/data/imldeployment/data/projects/readme.md
new file mode 100644
index 0000000000000000000000000000000000000000..f8f577e571cea4422b754586dee023cf18ace445
--- /dev/null
+++ b/data/imldeployment/data/projects/readme.md
@@ -0,0 +1,3 @@
+# data/imldeployment/data/projects #
+
+configuration files for al projects
diff --git a/data/imldeployment/data/sshkeys/readme.md b/data/imldeployment/data/sshkeys/readme.md
new file mode 100644
index 0000000000000000000000000000000000000000..038137c14d899113df20591024fbccdaa7e107b7
--- /dev/null
+++ b/data/imldeployment/data/sshkeys/readme.md
@@ -0,0 +1,3 @@
+# data/imldeployment/data/sshkeys #
+
+ssh private key files to connect git repository servers with ssh.
diff --git a/data/imldeployment/defaults/readme.md b/data/imldeployment/defaults/readme.md
new file mode 100644
index 0000000000000000000000000000000000000000..33d41a7f41638ca4e38d622f3759014e90f2dff8
--- /dev/null
+++ b/data/imldeployment/defaults/readme.md
@@ -0,0 +1,11 @@
+# data/imldeployment/defaults #
+
+A place to share data for builds.
+
+Normally a project will be cloned and starts the build.
+You can sync a bunch of files and dirs into the build dir after cloning.
+
+## Howto ##
+
+- Create a subdir with the id of the project
+- put your needed files and folders into it
diff --git a/data/imldeployment/packages/readme.md b/data/imldeployment/packages/readme.md
new file mode 100644
index 0000000000000000000000000000000000000000..efddb541fee58993a80953704a971c7489b616d3
--- /dev/null
+++ b/data/imldeployment/packages/readme.md
@@ -0,0 +1,5 @@
+# data/imldeployment/packages #
+
+subdir _files is the place of created archives.
+
+Additional dirs exist for each defined phase (e.g. preview, stage, live)