Checkbook icon indicating copy to clipboard operation
Checkbook copied to clipboard

The default.settings.php file has various vendor-specific assumptions embedded in it.

Open kfogel opened this issue 11 years ago • 0 comments

The source/webapp/sites/default/default.settings.php file has a number of vendor-specific assumptions written into it, in the section at the end following this line:

//****************CheckBook Project Settings*******

For example:

http://192.168.3.24:8088/solr-checkbook/

and

'PGPASSWORD=webuser1 psql -h mdw4 -U webuser1 checkbook'

etc. They'll be fairly obvious when looked for.

Proposed solution: templatize those parameters, and add better comments around them, and in INSTALL.md (and SOLR-INSTALL.md if necessary) make it clear that the values in this part of default.settings.php need attention during the install process.

kfogel avatar Sep 06 '13 20:09 kfogel