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

michi at wyona.com michi at wyona.com
Tue May 18 09:58:04 CEST 2010


Author: michi
Date: 2010-05-18 09:58:04 +0200 (Tue, 18 May 2010)
New Revision: 49675

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/db7ccbd3-cb9b-402c-b57f-2f9a19828d46
Log:
install postgreSQL instructions added

Modified: public/yanel/trunk/src/realms/yanel-website/content/db7ccbd3-cb9b-402c-b57f-2f9a19828d46
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/db7ccbd3-cb9b-402c-b57f-2f9a19828d46	2010-05-18 07:47:17 UTC (rev 49674)
+++ public/yanel/trunk/src/realms/yanel-website/content/db7ccbd3-cb9b-402c-b57f-2f9a19828d46	2010-05-18 07:58:04 UTC (rev 49675)
@@ -2,4 +2,18 @@
 <h1>KonaKart Integration</h1>
 <p><a href="http://www.konakart.com/">KonaKart</a> is a Java based eCommerce Shopping Cart Software.</p>
 <p>KonaKart supports various databases, but the following step-by-step instruction is based on PostgreSQL.</p>
+<p>&#160;</p>
+<h3>Install PostgreSQL on a Linux server<br /></h3>
+<ul>
+<li>uname -a</li>
+<li>sudo bash</li>
+<li>aptitude search postgres</li>
+<li>aptitude install postgresql-8.2</li>
+<li>ls /var/lib/postgresql/8.2/</li>
+<li>/etc/init.d/postgresql-8.2 stop</li>
+<li>/etc/init.d/postgresql-8.2 start</li>
+<li>su - postgres</li>
+<li>psql -U postgres</li>
+<li>select * from pg_tables;</li>
+</ul>
 </body></html>
\ No newline at end of file



More information about the Yanel-commits mailing list