FLUID-3327: create config.php and builder.php files which are appropriate for local and server installs

Metadata

Source
FLUID-3327
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Laurel Williams
Reporter
Laurel Williams
Created
2009-10-23T16:13:59.000-0400
Updated
2009-11-04T11:36:14.000-0500
Versions
N/A
Fixed Versions
  1. 1.2
Component
  1. Infusion Builder

Description

create a config.php and builder.php for both local and server installations.

Comments

  • Laurel Williams commented 2009-11-04T09:32:17.000-0500

    I created a single config.php which works for both deployment strategies and only needs to be edited in four places as noted in the deployment instructions on the wiki.

    I created two builder.php files (builder_local.php and builder.php).

    builder.php is for the server and assumes that "DISTANT_PATH" is located at "../../../infusion-builder-secure/php/". This is the path that Jamon suggested we locate the "secure" files.

    build_local.php is for your local installation and assumes that you just leave the infusion-builder-secure directory where it is in relation to the infusion-builder directory when you check the files out of the svn. So "DISTANT_PATH" is "../../infusion-builder-secure/php/".