cloudstore-developers
Details
.gitignore 4(+4 -0)
diff --git a/.gitignore b/.gitignore
index 71d6015..41537c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,7 @@
application/target/
deployment-scripts/software/showcase/target/
distributed-jmeter/static/results/*
+deployment-scripts/software/showcase/src/main/resources/database/database.aws.hibernate.properties
+deployment-scripts/software/showcase/src/main/resources/database/database.aws.mongodb.properties
+deployment-scripts/platform/generator/src/main/resources/database/database.aws.hibernate.properties
+deployment-scripts/platform/generator/src/main/resources/database/database.aws.mongodb.properties
deployment-scripts/README.md 4(+2 -2)
diff --git a/deployment-scripts/README.md b/deployment-scripts/README.md
index bbc4725..e3cddc8 100644
--- a/deployment-scripts/README.md
+++ b/deployment-scripts/README.md
@@ -26,7 +26,7 @@ Before you run scripts please examine the `config.ini` file (see Configuration s
You can also use `install.sh` script which encapsulates running the scripts in one file. Run it with command:
```
-$ install.sh aws
+$ install.sh aws /path/to/config.ini
```
if you want to deploy showcase on Amazon Web Services, or:
@@ -64,7 +64,7 @@ Configuration properties for RDS:
* `generate_type` - If value is `dump` then the SQL dump will be imported to RDS (**Recommended**). If value is `script` then the Java generator will be used. (**Slow, not recommended**)
-If you use `script` type for generating, please also examine files in `platform/src/main/resources/database`!
+ If you use `script` type for generating, please also examine files in `platform/src/main/resources/database`!
* `generate_dump_path` - Full path to dump file. You can download dump file from [here](http://cloudscale.xlab.si/rds-tpcw-dump-latest.sql)
* `region` - Region in which RDS instances will be created.