From d0150de003bb4259f29812fe1f9ae496dd8708cd Mon Sep 17 00:00:00 2001 From: Athou Date: Thu, 11 Dec 2014 15:55:40 +0100 Subject: [PATCH] discourage h2 usage (fix #689) --- README.md | 2 +- config.dev.yml | 2 +- config.yml.example | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc12d392..64497df1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Browser extensions: [Chrome](https://github.com/Athou/commafeed-chrome) - [Firef CommaFeed 2.0 has been rewritten to use Dropwizard and gulp instead of using tomee and wro4j. The latest version of the 1.x branch is available [here](https://github.com/Athou/commafeed/tree/1.x). -For storage, you can either use an embedded H2 database or an external MySQL, PostgreSQL or SQLServer database. +For storage, you can either use an embedded H2 database (use it only to test CommaFeed) or an external MySQL, PostgreSQL or SQLServer database. You also need Maven 3.x (and a Java 1.7+ JDK) installed in order to build the application. To install maven and openjdk on Ubuntu, issue the following commands diff --git a/config.dev.yml b/config.dev.yml index 67cfc3e8..cae2ff51 100644 --- a/config.dev.yml +++ b/config.dev.yml @@ -72,7 +72,7 @@ app: database: driverClass: org.h2.Driver - url: jdbc:h2:./target/example + url: jdbc:h2:./target/example;mv_store=false user: sa password: sa properties: diff --git a/config.yml.example b/config.yml.example index a58e2205..9076e429 100644 --- a/config.yml.example +++ b/config.yml.example @@ -73,7 +73,7 @@ app: database: driverClass: org.h2.Driver - url: jdbc:h2:/home/commafeed/db + url: jdbc:h2:/home/commafeed/db;mv_store=false user: sa password: sa properties: