Lightweight Bartering Grid
  P2P Grid middleware and discrete-event simulator
  Version:  see VERSION  or  src/lbg/LightweightBartergridGrid.java
  Copyright (c) 2005-2008, Cyril Briquet, parts Xavier Dalem
  Contact:  C.Briquet@ulg.ac.be

================================================================

This set of shell scripts allows you to start LBG nodes.

For a quick deployment of a small Grid for testing purposes:

(1) type
	./LaunchSearchEngine.sh
     into a shell

(2) type
	./LaunchPeer.sh
    into a 2nd shell

(3) type
       ./LaunchResource.sh
    into a 3rd shell

A P2P Grid of 1 Peer with 1 Resource is now deployed.

Now let's ask a User Agent to submit a Bag of Tasks:

(4) type
	cd ../gridapp_examples/ ; ./run_on_the_grid.sh localhost
    into a 4th shell
    and hit CTRL-C when the Job is completed,
    to signal the User Agent that it can shutdown

To shutdown the Grid:

(5) hit CTRL-C in the first 3 shells

