cloudstore-developers

Updated README.md

11/7/2014 12:01:20 PM

Changes

Details

diff --git a/deployment-scripts/README.md b/deployment-scripts/README.md
index f8f06e3..75132b1 100644
--- a/deployment-scripts/README.md
+++ b/deployment-scripts/README.md
@@ -27,6 +27,19 @@ Now run the Django app and access to it on http://localhost:8000/form URL.
 $ python manage.py runserver
 ```
 
+We have also provided a Fabric file for deploying showcase on production servers. Edit *fabfile.py* and edit ```env.*``` settings.
+
+If you want to first install necessary software on your server you can do that by:
+
+```
+$ fab setup
+
+and then deploy the app:
+
+```
+$ fab deploy:install=True
+```
+
 ##Configuration
 **Notice**: If you find `[infrastructure]`, `[software]` or `[platform]` sections in `config.ini`,
 please ignore them. These sections are created internally with our scripts and all