Centos6.2 install IOU-web-interface Note

  

First, the environment:
vmware workstaion 9.0
centos 6.2
iou-web

Second, installation
1. Installation Good virtual machine vmware workstation 9.0
2. Set virtual machine
First step, open the virtual machine network editor, as shown in the figure:

Step 2, set VMnet0 bridge network card to connect to the host machine On the physical network card, as shown in the figure:

The third step, click to edit the virtual machine settings, as shown in the figure:

Step 4, set the virtual machine network card to bridge mode, as shown in the figure:

The memory is best set above 1G.

Three, install centos 6.2 and iou-web
1, install centos6.2 (I will not elaborate on this step)
2, centos NIC configuration default boot does not start, need to be modified :
# vim /etc/sysconfig/network-scripts/ifcfg-eth0
Figure:


I use static ip here, it can also be changed to dhcp to ensure Ping the host machine.
Restart the network service: #service network restart
Then use xshell (or other connection tools, xshell download address) to log in to centos
3. Install iou-web
First step, Before installing iou-web, first shut down selinux and iptables
close selinux:
#vim /etc/selinux/config #change the red area to disable as shown:

Close the firewall:
#service iptables stop
#chkconfig iptables off
Step 2: Add iou-web yum source
# /etc/yum.repos.d/iou-web.repo
[iou-web ]name=IOU Web Interfacebaseurl=http://public.routereflector.com/iou-web/yumenabled=1gpgcheck=1gpgkey=http://public.routereflector.com/iou-web/yum/RPM-GPG-KEY-iou -webThen install iou-web package:

Copyright © Windows knowledge All Rights Reserved