Installed software or repositories (do this in order, config below. Note we started with a VM download that included OpenEMM already)
•
Code: Select all
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.i386.rpmCode: Select all
rpm -Uhv rpmforge-release-0.5.2-2.el5.rf.i386.rpm•
Code: Select all
Yum updateCode: Select all
Yum install nanoCode: Select all
Yum install system-config-keyboardo
Code: Select all
System-config-keyboard •
Code: Select all
Yum install webminCode: Select all
service webmin startCode: Select all
Yum install phpmyadminCode: Select all
Nano /etc/yum.repos.d/webmin.reponame=Webmin Distribution Neutral
baseurl=http://download.webmin.com/download/yum
enabled=1
Ctrl+O, Enter, Ctrl+X
package key for signature
Code: Select all
rpm --import http://www.webmin.com/jcameron-key.ascCode: Select all
iptables -I INPUT 1 -p tcp --dport 10000 -j ACCEPT
Service iptables saveOpen up webmin. Put this in webmin / bootup and shutdown / to make the openemm run at boot. Note that openemm must be run as user ‘openemm’ not root (first bit of lines below (su – openemm))
su – openemm –c “/home/openemm/bin/OpenEmm.sh start”
su – openemm –c “/home/openemm/bin/OpenEmm.sh stop”
PHPMYADMIN config:
Code: Select all
nano /etc/httpd/conf.d/phpmyadmin.confOrder Deny,Allow
Deny from all
Allow from 192.168.0.0/255.255.254.0
</Directory>
Code: Select all
nano /usr/share/phpmyadmin/config.inc.php