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.

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.
Only your webserver user needs write permissions to cache folder and other related folders so you need to recursively set the owner to www-data using this command
sudo chown -R www-data cache
Then grant full owner permissions using this one
sudo chmod -R 755 cache
I hope it helps.
Hello, thank you for the reply. Your tip is very simmilar to my present situation. I have a system (non-root) user who owns recursively /var/www/mysite and www-data is set as a group for this directory. CHMOD for whole /var/www/mysite directory recursively is 750, except those cache folders where I must set CHMOD 770. That gives webserver user full rights to some directories. Isn’t it a security issue?
Hello
I have set up prestashop over the Digital Ocean. I would like to know that is there any script for prastashop installation so it can be install the instance and update automatically.