cloudstore-developers
Changes
application/README.md 19(+19 -0)
Details
application/README.md 19(+19 -0)
diff --git a/application/README.md b/application/README.md
index a64139e..2d41167 100644
--- a/application/README.md
+++ b/application/README.md
@@ -1 +1,20 @@
Showcase
+========
+The software in this folder is a showcase for validation of tools developed during CloudScale project.
+
+Usage
+=====
+
+Building
+--------
+Before building a `war` package choose which database you want to use. Showcase support two databases, MySQL and MongoDB. Configuration files for each one are in `src/main/resources/database/`.
+
+To build showcase for MySQL or MongoDB use Maven profiles:
+
+```bash
+$ mvn -Pamazon-hibernate install
+
+or
+
+```bash
+$ mvn -Pamazon-mongodb install