I have followed this tutorial https://www.digitalocean.com/community/tutorials/one-click-install-wordpress-on-ubuntu-14-04-with-digitalocean
I can acces to wordpress and it works but I can’t update files with dreamweaver. I configure a site and it connect to the server and download files, but when I edit and upload it show me an error.
I have to say that in the tutorial, in the steps that I have to disallow Additional Apache Password Prompt for Admin Areas, I can’t safe my changes because it denied and tell me “are you root?”
The same problem if I try to install myphpadmin.
How can I do?
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!
“it show me an error.” we would need to know what error …
As for the other stuff, you need to type sudo before the commend to change the config or install phpmyadmin
Thanks for your answer. It solve the issue of installing phpmyadmin and admin additional password but I continue having the same issue with sftp.
I can connect to server, download files and edit but I can upload the edited files. The error that show dreamweaver is in spanish but it is something like this “file activity incomplete. Not found 1 file or directory”.
I have found the problem… I had to give the ownership of the directory to my user:
sudo chown username:www-data /var/www -R sudo chmod g+w /var/www -R
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.