AccessGrid 3.2 Beta SVN snapshot
Installation Instructions (Fedora 9, 10 & 11)
If you wish to use yum to easily install the AccessGrid RPMs and
automatically retrieve any RPM dependencies, create a file called
/etc/yum.repos.d/fedora-accessgrid3.repo with the following content:
| [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 |
If you need to use a http proxy with yum,
set the http_proxy environment variable to the URL of
your proxy. e.g. "http://your_proxy:port". See the yum man
page for more details.
On the command line as root, issue the following:
yum --enablerepo=accessgrid3-development install 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.
AccessGrid 3.2 Beta 1
Python 2.5 based Fedora 7, 8
Download AccessGrid-3.2-0.2.beta1.fc9.noarch.rpm then with root privileges, issue:
yum localinstall --nogpgcheck AccessGrid-3.2-0.2.beta1.fc9.noarch.rpm
Note: AcccessGrid 3.1 yum repository file needs to be in place, please see AG 3.1 install instructions.
Python 2.4 based RHEL/CentOS 5 and Fedora Core 4, 5 & 6
Download AccessGrid-3.2-0.2.beta1.el5.noarch.rpm then with root privileges, issue:
rpm -ivh AccessGrid-3.2-0.2.beta1.el5.noarch.rpm
Note: if you have previously installed an AccessGrid-3.2 SVN snapshot, it may come
up with a message saying the SVN snapshot is newer, so just issue 'rpm -e
AccessGrid' first.
To use the H.264 services with Fedora Core 4 or 5, you will need to install a newer version of VIC, the Fedora Core 6 vic-2.8ucl1.4.0 RPM (in either the i386 or x86_64 folders) found under the following URL should work: