Changes between Version 19 and Version 20 of DICLOUD/GEC12tutorial


Ignore:
Timestamp:
10/18/11 13:32:34 (13 years ago)
Author:
David Irwin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DICLOUD/GEC12tutorial

    v19 v20  
    291291}}}
    292292
    293 Modify directory.xml and omni_config
     293Now we are going to follow along an example adapted from the Gush web page [http://gush.cs.williams.edu/trac/gush/wiki/SshExample here].
     294
     295We will walk through a simple example that shows how Gush uses our Amazon resources. This example will copy a tarball to 2 Linux hosts, untar it, and then cat the file included. This simple application goes over the basic building blocks needed to manage applications using Gush.
     296
     297The following files are needed to run this application and are described below. They must be modified slightly (look for machine names and user names) to run on your machines.
     298
     299 * simple.xml
     300 * directory.xml
     301 * gush.prefs
     302 * software.tar (includes software.txt, which consists of 1 line of text that says "Hello World")
     303
     304=== Application Description: simple.xml ===