[Yanel-commits] rev 37389 - public/yanel/trunk/src/realms/yanel-website/content

michi at wyona.com michi at wyona.com
Fri Jul 4 15:15:33 CEST 2008


Author: michi
Date: 2008-07-04 15:15:33 +0200 (Fri, 04 Jul 2008)
New Revision: 37389

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/c9d9525c-0dd1-4594-8f6b-d408076271c6
Log:
instructions re db creation added

Modified: public/yanel/trunk/src/realms/yanel-website/content/c9d9525c-0dd1-4594-8f6b-d408076271c6
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/c9d9525c-0dd1-4594-8f6b-d408076271c6	2008-07-04 13:13:10 UTC (rev 37388)
+++ public/yanel/trunk/src/realms/yanel-website/content/c9d9525c-0dd1-4594-8f6b-d408076271c6	2008-07-04 13:15:33 UTC (rev 37389)
@@ -1 +1,2 @@
-<?xml version="1.0"?><html xmlns="http://www.w3.org/1999/xhtml"><head>  <title>Yarep 2 JCR</title>  <link rel="neutron-introspection" type="application/neutron+xml" href="?yanel.resource.usecase=introspection"/></head><body>  <h1>Yarep 2 JCR</h1>  <p>Edit this text with <a href="http://www.yulup.org">Yulup</a>!</p></body></html>
\ No newline at end of file
+<?xml version="1.0"?><html xmlns="http://www.w3.org/1999/xhtml"><head>  <title>Yarep 2 JCR</title>  <link rel="neutron-introspection" type="application/neutron+xml" href="?yanel.resource.usecase=introspection"/></head><body>  <h1>Yarep 2 JCR</h1>  <p><h2>Create (and Drop) DB using PostgreSQL<br/></h2></p><ul><li>sudo bash<br/></li><li>su - postgres</li><li>vi /etc/postgresql/7.4/main/pg_hba.conf</li><ul><li># TYPE  DATABASE     USER                               IP-ADDRESS    IP-MASK           METHOD<br/>#<br/>local   jackrabbit_test  MY_DB_USERNAME                                                               trust<br/>host    jackrabbit_test  MY_DB_USERNAME       127.0.0.1        255.255.255.255     trust</li></ul><li>exit</li><li>/etc/init.d/postgresql-7.4 restart</li><li>su -postgres</li><li>OPTIONAL: dropdb jackrabbit_test</li><li>createdb!
  --encoding unicode jackrabbit_test</li><li>psql -U MY_DB_USERNAME -d jackrabbit_test</li><li>select * from pg_tables;</li><li>q</li><li>\q</li><li>exit</li><li>exit</li></ul></body>
+</html>
\ No newline at end of file



More information about the Yanel-commits mailing list