Advert
Installing Fedora 14 Development Envioroment
Unlike most articles here this is just for my memory. If you want to use is please do, it basically installs on a base Fedora 14 system PHP with MySQL support, support to talk to a memcache server, APC for PHP and a Subversion client.
yum install httpd php php-devel php-mysql php-pecl-memcached php-pecl-apc php-xml mod_dav_svn subversion /etc/init.d/httpd start chkconfig --levels 235 httpd on /sbin/iptables -I INPUT 1 -p tcp --dport http -j ACCEPT /sbin/service iptables save service iptables restart rpm -U https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-beta_current_x86_64.rpm service httpd restart