Pls give me one working solution how to setup a automaticly wodpress themes and plugin install. i last almost 2h time to read and setup “solutions” but nothing work on my vps. I use ubuntu instalation tnx.
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.
This question was answered by @sierracircle:
from a terminal run:
sudo chown -R www-data:www-data /var/www
and then:
sudo chmod -R 774 /var/www
and one more:
sudo usermod -aG www-data $USER
from a terminal run:
and then:
and one more:
@sierracircle thank you