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

From MyWiki
Jump to: navigation, search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
Install minimal centos install 6.6
+
'''1.''' Install a minimal install of Centos 6.6 ( 4G of disk space is sufficient ) <br>
 
+
'''2.''' Run the following commands in a script.<br>
 
+
'''3.''' Edit the file /etc/sysconfig/network-scripts/ifcfg-eth0 and change autoboot from "no" to "yes"<b>
<source lanaguage="html4strict">
+
<source lang="text">
 
yum install wget
 
yum install wget
 
wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm  
 
wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm  
Line 10: Line 10:
 
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>

Latest revision as of 15:01, 22 April 2015

1. Install a minimal install of Centos 6.6 ( 4G of disk space is sufficient )
2. Run the following commands in a script.
3. Edit the file /etc/sysconfig/network-scripts/ifcfg-eth0 and change autoboot from "no" to "yes"

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