Changes between Version 25 and Version 26 of DICLOUD/GEC12tutorial
- Timestamp:
- 10/18/11 14:27:25 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DICLOUD/GEC12tutorial
v25 v26 363 363 === Gush Preferences: gush.prefs === 364 364 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.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. 366 366 367 367 {{{ 368 368 <preferences> 369 <pref key=" ClientPrefix">./</pref>369 <pref key="!ClientPrefix">./</pref> 370 370 <pref key="ClientPath">./</pref> 371 371 <pref key="UsePlanetLab">true</pref>