Installing a UI

From Gridkaschool

For installing a user interface three repositories have to be placed in /etc/yum.repos.d/.

dag.repo
lcg-CA.repo
glite-UI.repo

You can find the repository files at http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2.

Get them with

 rm -f /etc/yum.repos.d/dag.repo
 wget -P /etc/yum.repos.d/ http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2/dag.repo
 wget -P /etc/yum.repos.d/ http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2/lcg-CA.repo
 wget -P /etc/yum.repos.d/ http://grid-deployment.web.cern.ch/grid-deployment/glite/repos/3.2/glite-UI.repo

Now you can install the user interface software:

yum groupinstall glite-UI

Additionally to the user interface software, you need to install the lcg-CA package

yum install lcg-CA

That's all for installation. You can go on with the configuration.


Go back to gLite Administration Course, User interface