Difference between revisions of "Creating a test virtual machine for Shibboleth testing"

From MyWiki
Jump to: navigation, search
Line 2: Line 2:
 
1. Install a minimal cinstall of Centos 6.6<br>
 
1. Install a minimal cinstall of Centos 6.6<br>
 
2. run the following commands in a script.
 
2. run the following commands in a script.
 
 
 
 
<source lang="text">
 
<source lang="text">
 
yum install wget
 
yum install wget
Line 12: Line 9:
 
yum -y install xorg-x11-fonts-Type1 xorg-x11-fonts-misc  
 
yum -y install xorg-x11-fonts-Type1 xorg-x11-fonts-misc  
 
yum -y install xorg*
 
yum -y install xorg*
 
 
startxfce4
 
startxfce4
 
 
</source>
 
</source>

Revision as of 14:44, 22 April 2015

1. Install a minimal cinstall of Centos 6.6
2. run the following commands in a script.

yum install wget
wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm 
rpm -ivh epel-release-6-8.noarch.rpm 
yum -y groupinstall Xfce 
yum -y install xorg-x11-fonts-Type1 xorg-x11-fonts-misc 
yum -y install xorg*
startxfce4