diff --git a/installer/apache/airtime-vhost b/installer/apache/airtime-vhost index 1f42bdf02..90d4e0373 100644 --- a/installer/apache/airtime-vhost +++ b/installer/apache/airtime-vhost @@ -8,5 +8,7 @@ AllowOverride all Order allow,deny Allow from all + + Require all granted diff --git a/installer/install b/installer/install index 72e00569a..9d1410040 100644 --- a/installer/install +++ b/installer/install @@ -92,6 +92,7 @@ fi # Enable modules a2enmod rewrite php5 +service apache2 restart echo -e "\n-----------------------------------------------------" echo " * Installing PHP * " @@ -130,9 +131,12 @@ chown -R www-data:www-data /var/log/airtime apt-get -y --force-yes install postgresql php5-pgsql php5-mysql +# TODO copy files over to /usr/share/airtime + echo -e "\n-----------------------------------------------------" echo " * Basic Setup DONE! * " echo " " echo " To get started with Airtime, visit localhost:5000 " echo " in your web browser of choice " -echo "-----------------------------------------------------" \ No newline at end of file +echo "-----------------------------------------------------" +