This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
NewerOlder