Changes between Version 53 and Version 54 of WrapperApp


Ignore:
Timestamp:
Jul 12, 2011, 10:46:34 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WrapperApp

    v53 v54  
    167167 * Run [UpdateVersions bin/update_versions] to create an app version.
    168168 * Run [StartTool 'bin/start'] to start the daemons.
    169  * Run a script like
     169 * Create an input file '''input''', and run a script like
    170170{{{
    171171#! /bin/sh
    172 cp download/input `bin/dir_hier_path input`
    173 
     172cp input `bin/dir_hier_path input`
    174173bin/create_work --appname worker --wu_name worker_nodelete input
    175174}}}