You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ja...@apache.org on 2012/06/28 22:39:40 UTC

svn commit: r1355152 - /rave/site/trunk/content/documentation/configure-database.mdtext

Author: jasha
Date: Thu Jun 28 20:39:39 2012
New Revision: 1355152

URL: http://svn.apache.org/viewvc?rev=1355152&view=rev
Log:
There's only 1 DB

Modified:
    rave/site/trunk/content/documentation/configure-database.mdtext

Modified: rave/site/trunk/content/documentation/configure-database.mdtext
URL: http://svn.apache.org/viewvc/rave/site/trunk/content/documentation/configure-database.mdtext?rev=1355152&r1=1355151&r2=1355152&view=diff
==============================================================================
--- rave/site/trunk/content/documentation/configure-database.mdtext (original)
+++ rave/site/trunk/content/documentation/configure-database.mdtext Thu Jun 28 20:39:39 2012
@@ -73,7 +73,7 @@ The default portal properties can be fou
 #### Properties
 Apache Rave portal:
 
-    portal.dataSource.url=jdbc:mysql://localhost:3306/rave-portal
+    portal.dataSource.url=jdbc:mysql://localhost:3306/rave
     portal.dataSource.driver=com.mysql.jdbc.Driver
     portal.dataSource.username=rave
     portal.dataSource.password=rave
@@ -82,9 +82,9 @@ Apache Rave portal:
     portal.jpaVendorAdapter.databasePlatform=org.apache.openjpa.jdbc.sql.MySQLDictionary
     portal.jpaVendorAdapter.database=MYSQL
 
-OpenSocial container (Apache Shindig):
+OpenSocial data (Apache Shindig):
 
-    rave-shindig.dataSource.url=jdbc:mysql://localhost:3306/rave-shindig
+    rave-shindig.dataSource.url=jdbc:mysql://localhost:3306/rave
     rave-shindig.dataSource.driver=com.mysql.jdbc.Driver
     rave-shindig.dataSource.username=rave
     rave-shindig.dataSource.password=rave
@@ -108,7 +108,7 @@ The DataSourcePopulator uses a single st
 #### Properties
 Apache Rave portal:
 
-    portal.dataSource.url=jdbc:postgresql://localhost:5432/rave-portal
+    portal.dataSource.url=jdbc:postgresql://localhost:5432/rave
     portal.dataSource.driver=org.postgresql.Driver
     portal.dataSource.username=rave
     portal.dataSource.password=rave
@@ -117,9 +117,9 @@ Apache Rave portal:
     portal.jpaVendorAdapter.databasePlatform=org.apache.openjpa.jdbc.sql.PostgresDictionary
     portal.jpaVendorAdapter.database=POSTGRESQL
 
-OpenSocial container (Apache Shindig):
+OpenSocial data (Apache Shindig):
 
-    rave-shindig.dataSource.url=jdbc:postgresql://localhost:5432/rave-portal
+    rave-shindig.dataSource.url=jdbc:postgresql://localhost:5432/rave
     rave-shindig.dataSource.driver=org.postgresql.Driver
     rave-shindig.dataSource.username=rave
     rave-shindig.dataSource.password=rave
@@ -140,7 +140,7 @@ Install the [Oracle JDBC driver][5] in t
 #### Properties
 Apache Rave portal:
 
-    portal.dataSource.url=jdbc:oracle:thin:@localhost:1521:raveportal
+    portal.dataSource.url=jdbc:oracle:thin:@localhost:1521:rave
     portal.dataSource.driver=oracle.jdbc.OracleDriver
     portal.dataSource.username=rave
     portal.dataSource.password=rave
@@ -149,9 +149,9 @@ Apache Rave portal:
     portal.jpaVendorAdapter.databasePlatform=org.apache.openjpa.jdbc.sql.OracleDictionary
     portal.jpaVendorAdapter.database=ORACLE
 
-OpenSocial container (Apache Shindig):
+OpenSocial data (Apache Shindig):
 
-    rave-shindig.dataSource.url=jdbc:oracle:thin:@localhost:1521:raveportal
+    rave-shindig.dataSource.url=jdbc:oracle:thin:@localhost:1521:rave
     rave-shindig.dataSource.driver=oracle.jdbc.OracleDriver
     rave-shindig.dataSource.username=rave
     rave-shindig.dataSource.password=rave