// Install guide for CentOS4 + BlueQuartz // This is the rough install guide I've been using to produce a consistant installation // Thanks to aceface and wp_tech for proofing and additions // Last revised 10/27/05 by forhire // // 08/09/05 Corrected package name for xorg-x11-deprecated-libs-devel by dropping the version number // 10/27/05 Added package for compat-libstdc++ that is required by CFMX7 // Skip English US English Install CentOS 4.0 Server Manually Partition with Disk Druid /Create these partitions: /boot ext3 100M / ext3 4096M swap 2048M /var ext3 4096M /home ext3 (the rest of all) Grub defaults Manually set an IP address (NO PRIVATE IP ADDRESSES 192.168.0.x because it causes CentOS to break apache during install) No firewall and Disable SELinux English Americas Los Angeles Set root password _______________________________________________________________________ On Select Packages page: Uncheck: Text-based Internet Windows File Server Administration Tools Printing Support Optional: Click details on Web Server and check all MySQL options(or PostgreSQL) Check MySQL Database(or PostgreSQL) _______________________________________________________________________ Let machine install and reboot Login and disable the following services like this: chkconfig pcmcia off chkconfig isdn off chkconfig rpcgssd off chkconfig rpcidmapd off chkconfig rpcsvcgssd off chkconfig cpuspeed off chkconfig netfs off chkconfig iptables off Start httpd /etc/rc.d/init.d/httpd start and verify it's working rpm -import /usr/share/rhn/RPM-GPG-KEY-centos4 yum -y update __________________//skip this if not installing cfmx7_____________________ yum install xorg-x11-deprecated-libs-devel yum install compat-libstdc++-296 or use: yum search "compat-libstdc++*" and install the latest Download coldfusion-70-lin.bin chmod +x coldfusion-70-lin.bin ./coldfusion-70-lin.bin 1, Enter a bunch of times and Y, Enter, 2, 1, 2, 1, 2, 4, enter, 2, 1, 1, /etc/httpd/conf, /usr/sbin/httpd, /etc/init.d/httpd 4, /var/www/html, nobody, type password, N, Enter and watch it install. /opt/coldfusionmx7/bin/coldfusion start http://your.ip.address/CFIDE/administrator/index.cfm ________________//end skip this if not installing cfmx7___________________ wget ftp://bluequartz.org/pub/BlueQuartz/5100R/CentOS4/bluequartz/i386/RPMS/centos-yumconf-4-5BQ1.noarch.rpm rpm -Uvh centos-yumconf-4-5BQ1.noarch.rpm yum -y install bind bind-chroot telnet-server expect net-snmp ntp We need to verify that quotas are turned on for /home. Edit /etc/fstab and make sure the line for /home looks like this: LABEL=/home /home ext3 defaults,usrquota,grpquota 1 2 Then run the following commands: mount -o remount /home /sbin/quotacheck -c -u -g -a /sbin/quotaon -aug wget ftp://bluequartz.org/pub/BlueQuartz/5100R/CentOS4/tgz/BlueQuartz-5100R-CentOS4-2005040901.tar.gz tar zxvf BlueQuartz-5100R-CentOS4-2005040101.tar.gz cd BlueQuartz-5100R-CentOS4-2005040901 ./install.sh http://your.ip.address/login and go through setup Shell into box yum -y update Login to BQ interface Install open webmail from http://home.lewiscounty.com/~forhire/owm.html