Installation of the Access Grid Software
This section of the guide will provide you with instructions on how to install the Access Grid software.
The easiest way to install the AG Toolkit Fedora RPM packages is to use the yum package manager which is included with Fedora. It provides automatic downloading and installation of packages that you specify and also retrieves any missing dependencies.
Start up "Terminal" and switch to superuser. Change into the /etc/yum.repos.d directory. Create a file called ag-fedora.repo and edit it. To do this type "vi ag-fedora.repo". You then need to type the following into the file. When you are finished, hit the "esc" key, type ":wq" then hit the enter key to save and exit:
[accessgrid3]
name=AccessGrid Fedora $releasever - $basearch
baseurl=http://www.vislab.uq.edu.au/accessgrid3/fedora/$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://www.vislab.uq.edu.au/RPM-GPG-KEY-AccessGrid[accessgrid3-development]
name=AccessGrid Fedora Development
baseurl=http://www.vislab.uq.edu.au/accessgrid3/fedora/development/$releasever/$basearch/
enabled=0
gpgcheck=1
gpgkey=http://www.vislab.uq.edu.au/RPM-GPG-KEY-AccessGrid
Note: The accessgrid3-development repo isn't enabled in the above repo file, so the --enablerepo switch is used with yum, alternatively change the "enabled=0" line to "enabled=1" so you don't need to use the --enablerepo switch. The development repo can be used the install the beta versions of the Access Grid software.
Issue the command:
yum install AccessGrid
If should be noted, that additional packages are installed when a "yum install AccessGrid" is completed. These include:
To install 3.2 beta, simply enable the development repo (and disable the accessgrid3 repo) and then execute the command:
yum update AccessGrid
This should then install AGTK 3.2 Beta SVN snapshot.
If you wish to use the Shared Presentation application, then you will also need to install the openoffice.org-pyuno RPM:
yum install openoffice.org-pyuno