cloudstore-aplcache
Changes
README.md 22(+6 -16)
Details
README.md 22(+6 -16)
diff --git a/README.md b/README.md
index 80dd278..4fb5e95 100644
--- a/README.md
+++ b/README.md
@@ -29,26 +29,16 @@ $ mvn -Pmongodb -Dconnection_pool_size=<number> install
Notice the `-Dconnection_pool_size=<number>` compile parameter. Here you set the maximum size of connection pool for database.
After building you get `.war` file in `target/` directory. You can upload this file on Tomcat or any other Java web container that is able to run `.war` files.
+
+### Database
-### Generating images
-
-You can generate images by configuring and executing the file `generate_images.sh` with Perl:
-
-```bash
-$ perl generate_images.sh
-```
-
-**NOTICE** You need to add the execute permission to `ImgGen/ImgFiles/tpcwIMG`!
+#### Dump
-This script will generate images in `main/webapp/resources/img/` directory.
+The dump for MySQL database is available on the following url:
-Important configuration properties in `generate_images.sh` are:
+[http://cloudscale.xlab.si/github/rds-tpcw-dump-latest.sq]
- 1. `$NUM_ITEMS` - refers to the number of rows in `items` database table
- 2. `$DEST_DIR` - directory where to save images
- 3. `$GEN_DIR` - the location of generator script
-
-### Generating database
+#### Generate
To generate database you need to edit `src/main/resources/app-context.xml` file and replace row: