Author: wikier
Date: Fri Jan  9 10:26:31 2015
New Revision: 1650492

URL: http://svn.apache.org/r1650492
Log:
minor details

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=1650492&r1=1650491&r2=1650492&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/configuration.md (original)
+++ marmotta/site/trunk/content/markdown/configuration.md Fri Jan  9 10:26:31 
2015
@@ -44,8 +44,8 @@ the recommended one). The database can b
 Please, take into account that the RDF data from the current database is 
**NOT** 
 migrated to the new one when configured.
 
-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:
+In case it is necessary, an expert user can manually write the same JDBC 
+configuration that such dialog provides to the `system-config.properties` file:
 
     database.type = postgres
     database.url = jdbc:postgresql://localhost:5432/marmotta?prepareThreshold=3
@@ -75,7 +75,6 @@ open to intrusions), there are some cons
  * Configure a connector or reverse proxy throught the httpd (e.g., 
[AJP](http://tomcat.apache.org/tomcat-7.0-doc/config/ajp.html) in Tomcat) for 
accessing the installation.
  * Disable public access to the administration user interface (further details 
at the [security module](platform/security-module.html)), for will you would 
need to add these rules to your system configuration:
 
-
     security.permission.admin_ui.pattern = /.*/admin/.*
     security.permission.admin_ui.methods = GET,POST,PUT,OPTIONS
     security.permission.admin_ui.roles = manager


Reply via email to