In this chapter, we discuss how to setup a demo of Grappa (Grid Application Portal for Physics Applications). This will install a Jetspeed portal and install the xbook athena (a small write-up of the athena notebook will be displayed once the portal is installed). Note: the athena xbook is stored in the CVS repository at codes/applications/xbooks/athena.
tar zxvf /u/ewww/xportlets/pacman/packages/pacman-2.066.tar.gz
Optionally, you can download pacman from
http://www.extreme.indiana.edu/xportlets/pacman/packages/pacman-2.066.tar.gz
pacman -get pacman
and answer y to the question asking to start a new installation
http://www.extreme.indiana.edu/xportlets/pacman/cache
with
http://www.extreme.indiana.edu/xportlets/pacman/grappa-cache
pacman -get grappa-demo
This step will install a lot of packages into this directory and may take a while depending on your machine and network connection.
portal-start
nohup sh run.sh manager &
This will start up the xbook manager on port 1111. Edit the run.sh script to change this or modify debugging output.
https://linbox1.extreme.indiana.edu:8444/jetspeed
The administrator username is admin and password is jetspeed. These are the defaults and can be changed by logging as the admin. The portal has been setup to not require administrator approval of account requests. This can be changed in the JetspeedResources.properties file. See the Jetspeed documentation [17] for more information.