FLUID-3410: create Infusion Builder shell script to run deploy script

Metadata

Source
FLUID-3410
Type
Task
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Laurel Williams
Created
2009-12-04T11:14:03.000-0500
Updated
2009-12-09T11:51:28.000-0500
Versions
N/A
Fixed Versions
  1. 1.2
Component
  1. Infrastructure
  2. Infusion Builder

Description

Infusion builder deploy steps are here: http://wiki.fluidproject.org/display/fluid/Deploying+the+Infusion+Builder
Create a script to take care of most of the steps in the deploy. Store script in Infrastructure directory of SVN

Comments

  • Colin Clark commented 2009-12-04T18:06:23.000-0500

    Bug Parade Builder 1.1.2

  • Colin Clark commented 2009-12-04T18:19:21.000-0500

    I whipped up a quick shell script and tested it on the Builder. It may not be 100% awesome, but it seems to do the trick quite nicely.

  • Colin Clark commented 2009-12-04T18:20:07.000-0500

    Laurel, can you review this and if you like it, I'll commit to the infrastructure space of SVN and close the issue.

  • Laurel Williams commented 2009-12-07T09:59:44.000-0500

    Just read the script over and also ran it in place on the webserver. It works like a charm, but as you said it isn't 100% awesome yet.
    Definitely needs some error checking. Also I would move the prompts to the start of the script, so the user can type those in and then forget about the script as it completes it's work.

  • Colin Clark commented 2009-12-08T17:52:03.000-0500

    Here's a revised script that takes into account:

    1) New path changes to infusionBuilder
    2) Laurel's suggestion of prompting for user name and password before running the rest of the deploy process

  • Laurel Williams commented 2009-12-09T09:04:40.000-0500

    I've revised the script one more time. I think calling the svn export directory infusionBuilder may be confusing, since there is already another /docs/infusionBuilder directory. Not a huge deal. Both ii and iii versions work fine - I tested them.

  • Colin Clark commented 2009-12-09T11:51:28.000-0500

    I've committed the version ii to the infrastructure section of SVN at r8838. Here's the URL:

    http://source.fluidproject.org/svn/fluid/infrastructure/infusionBuilder-server-deploy/trunk/deployInfusionBuilder.sh