Difference between revisions of "Configuring AOLserver 4 and PostgreSQL on Debian"

From AOLserver Wiki
Jump to navigation Jump to search
m
(formatting tweaks, correct capitalization)
Line 1: Line 1:
Some might say that AOLServer practically configures itself. But, since that isn't really the case, here are the steps you will go through after installing AOLServer and Postgresql.
+
Some might say that AOLserver practically configures itself. But, since that isn't really the case, here are the steps you will go through after installing AOLserver and PostgreSQL.
  
'''AOLServer Configuration'''
+
== AOLserver Configuration ==
  
 
<pre>
 
<pre>
Line 13: Line 13:
 
* Uncomment the entire ''ns_section "ns/db/pool/postgres_pool"'' section, modifying the datasource, user, and password parameters as applicable to your system.
 
* Uncomment the entire ''ns_section "ns/db/pool/postgres_pool"'' section, modifying the datasource, user, and password parameters as applicable to your system.
  
'''Related'''
+
== See also ==
  
* [[AOLServer 4 on Debian]]
+
* [[AOLserver 4 on Debian]]
* [[Postgresql on Debian]]
+
* [[PostgreSQL on Debian]]

Revision as of 16:59, 7 December 2005

Some might say that AOLserver practically configures itself. But, since that isn't really the case, here are the steps you will go through after installing AOLserver and PostgreSQL.

AOLserver Configuration

/etc/aolserver4/aolserver4.tcl
  • Uncomment the ns_section "ns/db/drivers" line.
  • Uncomment the ns_param postgres_driver ... line.
  • Uncomment the ns_section "ns/db/pools" line.
  • Uncomment the ns_param postgres_pool ... line.
  • Uncomment the entire ns_section "ns/db/pool/postgres_pool" section, modifying the datasource, user, and password parameters as applicable to your system.

See also