Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Setup PHP
sudo mv /usr/local/php5 ~/Desktop/php5_old
curl -O http://www2.entropy.ch/download/php5-5.2.5-6-beta.tar.gz
tar -xzf php5-*-beta.tar.gz
sudo mv php5 /usr/local/
sudo ln -sf /usr/local/php5/entropy-php.conf /etc/apache2/other/+entropy-php.conf
# Basic Apache config for Textpattern