Changes

From SME Server
Jump to navigationJump to search
add wrap up
Line 88: Line 88:  
  source /opt/rh/postgresql92/enable
 
  source /opt/rh/postgresql92/enable
 
  export X_SCLS="`scl enable postgresql92 'echo $X_SCLS'`"
 
  export X_SCLS="`scl enable postgresql92 'echo $X_SCLS'`"
 +
 +
 +
== Wrap up ==
 +
From here you will have a working PostgreSQL environment that is based on Software Collection and fully transparent with your SME Server. Further PostgreSQL configuration and usage is beyond this how-to, and please refer to the '''[[http://www.postgresql.org/docs/9.2/interactive/index.html|official PostgreSQL documentation]]'''.
 +
 +
The user postgres has been automatically created with the following credentials:
 +
postgres:x:26:26:PostgreSQL Server:/var/lib/pgsql:/bin/bash
 +
 +
So to start using PostgreSQL command line:
 +
su postgres
 +
psql
     

Navigation menu