Activity Library/Devel/Installing: Difference between revisions
| Line 42: | Line 42: | ||
DocumentRoot /var/www/site/app/webroot | DocumentRoot /var/www/site/app/webroot | ||
<Directory /var/www/>AllowOverride All</Directory> | <Directory /var/www/>AllowOverride All</Directory> | ||
Enable all apache mods. | |||
cd /etc/apache2/mods-enabled | |||
ln -s ../mods-available/* . | |||
Setup mysql(you need to enter mysql root password for these commands). | Setup mysql(you need to enter mysql root password for these commands). | ||