You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2015/01/09 11:09:22 UTC

svn commit: r1650478 - /marmotta/site/trunk/content/markdown/configuration.md

Author: wikier
Date: Fri Jan  9 10:09:22 2015
New Revision: 1650478

URL: http://svn.apache.org/r1650478
Log:
better wording

Modified:
    marmotta/site/trunk/content/markdown/configuration.md

Modified: marmotta/site/trunk/content/markdown/configuration.md
URL: http://svn.apache.org/viewvc/marmotta/site/trunk/content/markdown/configuration.md?rev=1650478&r1=1650477&r2=1650478&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/configuration.md (original)
+++ marmotta/site/trunk/content/markdown/configuration.md Fri Jan  9 10:09:22 2015
@@ -33,16 +33,16 @@ public URI, and you can keep the interna
 
 <h2 id="db">Change Database Configuration</h2>
 
-In case you are not going to use Marmotta forsomething serious, the embedded H2 
-database is only recommened for demos and quick installations, the first step 
-you should do is to configure a different database (PostgreSQL is the recommened
-one). The database can be changed in the Storage Backend configuration 
+In case you are not going to use Marmotta for something serious, take into account
+that the embedded H2 database is only recommened for demos and quick installations, 
+the first step you should do is to configure a different database (PostgreSQL is 
+the recommended one). The database can be changed in the Storage Backend configuration 
 (`Storage Backend: KiWi` `->` `Database`) as shown in the following screenshot:
 
 ![KiWi Database Configuration](../images/kiwi-db-config.png)
 
-In case it is necessary, the same JDBC configuration provided by that dialog can 
-be also manually written in the `system-config.properties` file by an expert user: 
+In case it is necessary, an expert user can write the same JDBC configuration that
+such dialog provides directly to the `system-config.properties` file:
 
     database.type = postgres
     database.url = jdbc:postgresql://localhost:5432/marmotta?prepareThreshold=3