Changes between Version 25 and Version 26 of DICLOUD/GEC12tutorial


Ignore:
Timestamp:
10/18/11 14:27:25 (13 years ago)
Author:
David Irwin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DICLOUD/GEC12tutorial

    v25 v26  
    363363=== Gush Preferences: gush.prefs ===
    364364
    365 The gush.prefs file defines basic preferences that customize the way applications are run. In this example we specify the ClientPrefix and ClientPath which control how the client is started ({ClientPrefix}/client) and what working directory the client uses when executing commands (chdir {ClientPath}). We can leave UsePlanetLab set to true even though we aren't using PlanetLab in this example.
     365The gush.prefs file defines basic preferences that customize the way applications are run. In this example we specify the !ClientPrefix and ClientPath which control how the client is started ({!ClientPrefix}/client) and what working directory the client uses when executing commands (chdir {ClientPath}). We can leave UsePlanetLab set to true even though we aren't using PlanetLab in this example.
    366366
    367367{{{
    368368<preferences>
    369   <pref key="ClientPrefix">./</pref>
     369  <pref key="!ClientPrefix">./</pref>
    370370  <pref key="ClientPath">./</pref>
    371371  <pref key="UsePlanetLab">true</pref>