Help me, I was able to download wordpress with LAMP in a different way of tutorial, but I want to download the plugins like woocommerce, elemetor and to download any plugins, wordpress asks me for credecianles from my server.
Tap the credentials as I enter my droplet but I get failed or what are the respective credentials to request WordPress.
=======WORDPRESS====== Connection Information: To perform the requested action, WordPress needs to access your web server. Please enter your FTP or SSH credentials to proceed. If you do not remember your credentials, you should contact your web host.
Connection Type;
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!
Hi there,
This usually happens when the user that the Apache service runs as does not have write access to the wp-content folder.
You need to make sure that the user has the write access so that you could upload plugins via your WordPress admin area.
To find the user you could run:
ps aux | grep -i apache
Usually it should be www-data by default.
Then set the ownership fo the files and directories for your WordPress installation accordingly:
sudo chown www-data:www-data /var/www/html
In case that your WordPress installation is not at /var/www/html make sure to adjust this to match the correct path.
Regards, Bobby
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.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.