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

From AOLserver Wiki
Jump to navigation Jump to search
(formatting tweaks, correct capitalization)
m (Reverted edit of 69.47.209.35, changed back to last version by Dossy)
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 03:13, 19 March 2006

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