Open
Description
Thanks for this vagrant file. It almost worked straight out of the box, but I ran into two things that needed fixing. I'd like to share the solution here, maybe you can add it to the repo.
Mcrypt was not installed on server
Fix:
vagrant ssh
sudo apt-get install php5-mcrypt
sudo apachectl restart
File and folder permissions
Fix:
vagrant ssh
sudo chmod -R 777 /var/www/system/cms/cache;
sudo chmod -R 777 /var/www/system/cms/config;
sudo chmod -R 777 /var/www/addons;
sudo chmod -R 777 /var/www/assets/cache;
sudo chmod -R 777 /var/www/uploads;
sudo chmod -R 666 /var/www/system/cms/config/config.php
Metadata
Metadata
Assignees
Labels
No labels