Changes for page PostgreSQL Installation

Last modified by Vincent Massol on 2024/03/15

From version 1.17
edited by muzi
on 2007/06/09
Change comment: Added comment
To version 1.18
edited by Vincent Massol
on 2007/07/10
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.muzi
1 +XWiki.VincentMassol
Content
... ... @@ -1,10 +1,11 @@
1 1  1 PostgreSQL Installation
2 2  
3 -Steps:
3 +Follow these instuctions:
4 +
4 4  * Download and install PostgreSQL (http://www.postgresql.org/)
5 -* Download appropriate [Postgres JDBC driver>http://jdbc.postgresql.org/download.html] and copy the JAR into your container's common lib directory or in the XWiki webapp (in ~~WEB-INF/lib~~)
6 +* Download appropriate [Postgres JDBC driver>http://jdbc.postgresql.org/download.html] (or directly from the [Maven Central Repository>http://repo1.maven.org/maven2/postgresql/postgresql/] and copy the JAR into your container's common lib directory or in the XWiki webapp (in <tt>WEB-INF/lib</tt>)
6 6  * Start PostgreSQL
7 -* Create the ~~xwiki~~ user (pick any password you want), and the ~~xwiki~~ database:
8 +* Create the <tt>xwiki</tt> user (pick any password you want), and the <tt>xwiki</tt> database:
8 8  
9 9  {code:none}
10 10  \# psql -U replace_with_your_admin_user_eg_pgsql template1;

Get Connected