Changes between Version 26 and Version 27 of DICLOUD/GEC12tutorial
- Timestamp:
- 10/18/11 14:28:22 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DICLOUD/GEC12tutorial
v26 v27 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 369 <pref key="!ClientPrefix">./</pref> 370 <pref key=" ClientPath">./</pref>370 <pref key="!ClientPath">./</pref> 371 371 <pref key="UsePlanetLab">true</pref> 372 372 </preferences>