diff --git a/precise/www/hooks/install b/precise/www/hooks/install index 4e40559a..c4a1ec47 100755 --- a/precise/www/hooks/install +++ b/precise/www/hooks/install @@ -1,57 +1,69 @@ #!/bin/bash -set -eux +set -eux -apt-get -y install apache2 libapache2-mod-php5 libtidy-0.99-0 build-essential -apt-get -y install php5-dev php5-ldap php5-xsl php-pear +apt-get -y install apache2 libapache2-mod-php5 libtidy-0.99-0 build-essential /etc/php5/apache2/conf.d/tidy.ini +## Not working on ubuntu/15.10 +#ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin +#ln -sf /usr/share/phpmyadmin /var/www/s-lmc.kalysto.org/phpmyadmin +## XXX: configuration of DB access ? -pecl install xdebug -echo "extension=xdebug.so" >> /etc/php5/apache2/conf.d/xdebug.ini +## XXXvlab: the following is better +# pecl install tidy +# echo "extension=tidy.so" > /etc/php5/apache2/conf.d/tidy.ini +apt-get -y install php5-tidy -#rdfapi-php ? +## XXXvlab: the following is better +# pecl install xdebug +# echo "extension=xdebug.so" >> /etc/php5/apache2/conf.d/xdebug.ini +apt-get -y install php5-xdebug +#rdfapi-php ? #a2enmod dav_fs ssl userdir rewrite suexec a2enmod ssl rewrite -/etc/init.d/apache2 restart +/etc/init.d/apache2 restart +## XXXvlab: Should move the following in a relation + ## ## Install Mail utils (for php mail command and crond script mail) ## -MAIL_DOMAINNAME=${MAIL_DOMAINNAME:-"localdomain"} -MAIL_SATTELITE_RELAYHOST=${MAIL_SATTELITE_RELAYHOST:-} - -debconf-set-selections <<< "postfix postfix/mailname string ${LXC_NAME}.${MAIL_DOMAINNAME}" -debconf-set-selections <<< "postfix postfix/main_mailer_type select 'Local only'" +# MAIL_DOMAINNAME=${MAIL_DOMAINNAME:-"localdomain"} +# MAIL_SATTELITE_RELAYHOST=${MAIL_SATTELITE_RELAYHOST:-} +# debconf-set-selections <<< "postfix postfix/mailname string ${LXC_NAME}.${MAIL_DOMAINNAME}" +# debconf-set-selections <<< "postfix postfix/main_mailer_type select 'Local only'" -apt-get install -y postfix mailutils +# apt-get install -y postfix mailutils " inherit: base-0k +compatiblity: + - ubuntu/15.10 description: | Installs a HTTP Apache server. config-resources: