// $Id: INSTALL.txt,v 1.19 2008/12/23 01:27:09 boombatower Exp $ AUTHOR ------ Josh Waihi ("fiasco", http://drupal.org/user/188162) REQUIREMENTS ------------ PostgreSQL 8.3 <= INSTALL ------- Follow the instructions listed in INSTALL.txt but also add the connection url to the correct settings.php in sites/mysite/settings.php. In many cases this will be sites/default/settings.php. Your current connection url will look something like: $db_url = 'pgsql://username:password@hostname/dbname'; Change this to accompany the testbed database $db_url['default'] = 'pgsql://username:password@hostname/dbname'; $db_url['testbed'] = 'pgsql://username:password@hostname/dbname_checkout'; NOTE: its important to not use database prefixes. Otherwise results may vary.