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!
You have a few of typos in this… you switch between wpSuser and wpuser, as well as wordpress.* where wpdatabase.* belongs (when granting permissions).
Helpful to me still, though, so thanks!
sudo rsync -avP ~/wordpress/ /var/www/
why dont you just use cp to copy it? (or mv to move it)
@dd3: You would have to run two cp commands to copy non-hidden and hidden files (those whose names begin with a dot), while rsync copies both in one command.
I’m stuck here;
Give ownership of the directory to the apache user.
sudo chown www-data:www-data * -R sudo usermod -a -G www-data username
I don’t know what to put for a username here: sudo usermod -a -G www-data username Do I just use ‘username’ or the username I created during the “Initial Server Setup Tutorial”? Or did I miss a step and I was supposed to create an Apache user?
I’m ALSO stuck here;
Give ownership of the directory to the apache user. sudo chown www-data:www-data * -R sudo usermod -a -G www-data username I don’t know what to put for a username here: sudo usermod -a -G www-data username Do I just use ‘username’ or the username I created during the “Initial Server Setup Tutorial”? Or did I miss a step and I was supposed to create an Apache user?
@f.huacuja: You need to replace username with the actual username you created while following the Initial Server Setup tutorial.
Hello, I finally was able to install Wordpress on my droplet, BUT… I can get into http://104.131.131.157/wp-admin/, but not to the main site: http://101.131.131.157. I get the apache message: !IT WORKS!.. What did I do wrong???
I’d aprreciate you help in this matter…
Fausto A. Huacuja
I GOT IT!!!
I removed the index.html file that was created by apache…
thanks anyway…
Fausto A. Huacuja