updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / projectpier / projectpier.install
blob216355ae1e4efe46a3a1331d089b8d6dda195abd
1 post_install () {
2 cat << EOF
3 PHP: If you haven't done it already, uncomment the following line in
4      /etc/httpd/conf/httpd.conf to enable php.
6          #LoadModule php5_module modules/libphp5.so
8      NOTE (from Archlinux wiki): If your DocumentRoot is outside of /home/, 
9            add it to open_basedir in /etc/php/php.ini as such: 
11            open_basedir = /home/:/tmp/:/usr/share/pear/:/path/to/documentroot
12            
13 MySQL and GD: You will need mysql and gd support, so you have to (if not done already)
14               uncomment the following two lines in /etc/php/php.ini:
15                 
16               #extension=gd.so
17               #extension=mysql.so
18 EOF
21 post_upgrade () {
22              post_install $1
25 op=$1
26 shift
27 $op $*