Project

General

Profile

Actions

Feature #661

closed

Add use_appion wrapper and path to appion wrapper to config.php

Added by Neil Voss almost 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
High
Assignee:
Christopher Irving
Category:
-
Target version:
Start date:
06/15/2010
Due date:
% Done:

80%

Estimated time:

Description

I want to be able to automatically add the appion wrapper that Christopher wrote to the beginning of the command line statements. For this I need a Boolean flag to say use this or not and a second flag that tells us the path to the script, e.g., /ami/sw/bin/appion for us.

I suggest we used the names:

USE_APPION_WRAPPER
APPION_WRAPPER_PATH


Related issues 5 (2 open3 closed)

Related to Appion - Feature #676: Instead of installing appion scripts into bin, use the appion wrapperNew06/16/2010

Actions
Related to Appion - Task #675: Document appion wrapper config in install guideNew06/16/2010

Actions
Related to Appion - Feature #319: Determine how appion/bin programs should be usedClosedAmber Herold04/02/2010

Actions
Related to Appion - Feature #828: Add Appion Wrapper to commands - show and runClosedDmitry Lyumkis08/19/2010

Actions
Blocks Appion - Feature #662: Pass all command line results from "Just Show Command" to a common functionClosedAmber Herold06/15/2010

Actions
Actions #1

Updated by Neil Voss almost 14 years ago

  • Subject changed from Add use_appion script and path to appion script to config.php to Add use_appion wrapper and path to appion wrapper to config.php
Actions #2

Updated by Neil Voss almost 14 years ago

  • Priority changed from Normal to High
Actions #3

Updated by Eric Hou almost 14 years ago

  • % Done changed from 0 to 80

Add two Constants in the the config.php.template.

// --- use appion warpper --- //
define('USE_APPION_WRAPPER', false);
define('APPION_WRAPPER_PATH', "");

Add GUI in to the setup wizard with all the javascript actions.

We need some description for user who use this and how to install the Appion wripper software in to the installation guide.
Thanks.

Actions #4

Updated by Eric Hou almost 14 years ago

  • Assignee changed from Eric Hou to Christopher Irving

Christopher, I can't find the installation guide for Appion Wrapper, could you tell me where can I find it, and how to use it.

Thanks

Eric

Actions #5

Updated by Christopher Irving over 13 years ago

  • Status changed from Assigned to Closed

Documenting the appion wrapper is dealt with in issue Task #675: Document appion wrapper config in install guide. Aside from that this is done and tested.

Actions

Also available in: Atom PDF