cloudstore-memoizeit

Update README files

4/17/2015 6:28:02 AM

Changes

.gitignore 3(+2 -1)

README.md 18(+15 -3)

README.txt 20(+16 -4)

Details

.gitignore 3(+2 -1)

diff --git a/.gitignore b/.gitignore
index 3c7fb52..0d8548b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 *.pyc
 .idea
+README_development
 bin/config.ini
 bin/rds-tpcw-dump-latest.sql
 bin/deployment_scripts.log
@@ -9,4 +10,4 @@ dist/cloudscale-deployment-scripts-0.1.0
 build
 dist
 deployment_scripts.log
-results/
\ No newline at end of file
+results/

README.md 18(+15 -3)

diff --git a/README.md b/README.md
index d808686..b11662e 100644
--- a/README.md
+++ b/README.md
@@ -30,9 +30,21 @@ You can run scripts in ```cloudscale/deployment_scripts/scripts/``` as standalon
 application is in ```bin/run.py``` file.
 
 ### Amazon Web Services
-To deploy showcase on Amazon Web Services edit ```bin/config.aws.ini``` file.
+To deploy showcase on Amazon Web Services edit ```bin/config.aws.ini``` file and run:
+
+```
+$ python run.py aws config.aws.ini
+```
 
 ### Openstack
-To deploy MySQL version of showcase on OpenStack edit ```bin/config.openstack.mysql.ini```.
+To deploy MySQL version of showcase on OpenStack edit ```bin/config.openstack.mysql.ini``` and run:
+
+```
+$ python run.py openstack config.openstack.mysql.ini
+```
 
-To deploy MongoDB version of showcase on OpenStack edit ```bin/config.openstack.mongo.ini```.
\ No newline at end of file
+To deploy MongoDB version of showcase on OpenStack edit ```bin/config.openstack.mongo.ini``` and run:
+
+```
+$ python run.py openstack config.openstack.mongo.ini
+```
\ No newline at end of file

README.txt 20(+16 -4)

diff --git a/README.txt b/README.txt
index efc1155..40346cd 100644
--- a/README.txt
+++ b/README.txt
@@ -4,7 +4,7 @@ CloudScale deployment scripts
 
 CloudScale deployment scripts are Python scripts for deploying showcase for CloudScale project on Amazon Web Services
 and Openstack. The showcase is a book store written in Java Spring Framework according to TPC-W standard. Scripts are
-configurable so you ca also use them for deploying your application to Amazon Web Services or Openstack.
+configurable so you can also use them for deploying your application to Amazon Web Services or Openstack.
 
 About CloudScale project
 ========================
@@ -37,10 +37,22 @@ application is in ```bin/run.py``` file.
 
 Amazon Web Services
 -------------------
-To deploy showcase on Amazon Web Services edit ```bin/config.aws.ini``` file.
+To deploy showcase on Amazon Web Services edit ```bin/config.aws.ini``` file and run:
+
+```
+$ python run.py aws config.aws.ini
+```
 
 Openstack
 ---------
-To deploy MySQL version of showcase on OpenStack edit ```bin/config.openstack.mysql.ini```.
+To deploy MySQL version of showcase on OpenStack edit ```bin/config.openstack.mysql.ini``` and run:
 
-To deploy MongoDB version of showcase on OpenStack edit ```bin/config.openstack.mongo.ini```.
+```
+$ python run.py openstack config.openstack.mysql.ini
+```
+
+To deploy MongoDB version of showcase on OpenStack edit ```bin/config.openstack.mongo.ini``` and run:
+
+```
+$ python run.py openstack config.openstack.mongo.ini
+```