Feature #661
closedAdd use_appion wrapper and path to appion wrapper to config.php
80%
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
Updated by Neil Voss over 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
Updated by Eric Hou over 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.
Updated by Eric Hou over 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
Updated by Christopher Irving about 14 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.