Hi everyone, I was following this guide:
http://blobmarket.com/blog/en/install-prestashop-1-6-on-a-digital-ocean-vps.html#.U-q8xa6QL
But actually i got cut to the half of the guide… Looks like the server its down… So I’m thinking i miss some steps… Actually I prepared the domain to point to a specific folder and then i got to start the installation of the prestasho but i’m gettin stucked with some errors that look like permissions missins:
Recursive write permissions on files and folders: ~/config/ ~/cache/ ~/log/ ~/img/ ~/mails/ ~/modules/ ~/themes/default/lang/ ~/themes/default/cache/ ~/translations/ ~/upload/ ~/download/ ~/sitemap.xml
PHP parameters: Mcrypt extension is not enabled
Thats all, any help are welcome :D
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Run the following command to grant Apache write permissions to the files and folders:
cd /var/www/mydomain
sudo chown -R www-data:www-data config/ cache/ log/ img/ mails/ modules/ themes/default/lang/ themes/default/cache/ translations/ upload/ download/ sitemap.xml
Mcrypt extension is not enabled
Install mcrypt and restart Apache: sudo apt-get install php5-mcrypt && sudo service apache2 restart
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
