cd
wget --no-check-certificate https://twiki.cern.ch/twiki/pub/EGEE/HydraServerInstall/setup_hydra_environment.sh
chmod 755 setup_hydra_environment.sh .
./setup_hydra_environment.sh
export GLITE_LOCATION=/opt/glite/
export GLITE_LOCATION_ETC=/etc/
cd /etc/yum.repos.d/
# You may want to remove the old repo file!
rm -f etics-volatile-build-by-id-protect.repo
wget http://etics-repository.cern.ch/repository/pm/volatile/repomd/id/c0e50202-4eac-4e47-a4f8-71c16649634c/sl5_x86_64_gcc412EPEL/etics-volatile-build-by-id.repo
cd
# yum -y --nogpgcheck install glite-data-hydra-cli
wget --no-check-certificate https://twiki.cern.ch/twiki/pub/EGEE/HydraServerInstall/hydra-yaim-config.def
yum -y --nogpgcheck install xml-commons-apis glite-data-hydra-service glite-yaim-hydra ca-policy-egi-core
export PATH=$PATH:${GLITE_LOCATION}/yaim/bin
adduser glite
export CONFIGDIR=/etc/hydra-service/
export VOMSDIR=/etc/grid-security/vomsdir/
yaim -d 6 -c -s /root/hydra-yaim-config.def -n HYDRA
--
JohnWhite - 31-Aug-2011