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!
Nice tutorial. After following your procedure. while trying to install a theme, i am asked to provide the location to my private key. After doing that i get the error “Public and Private keys incorrect for wp-user” Please advice. Secondly what is the right chmod values for files and folders in my wordpress installation. because i ones alter the the chmod recursively to allow installation and upgrade. i believe this might be a security flaw/ Please i can i restore this and get the ssh method right.
I think there’s a mistake defining the FTP_PUBKEY twice, it should be like this: define(‘FTP_PUBKEY’,‘/home/wp-user/wp_rsa.pub’); define(‘FTP_PRIKEY’,‘/home/wp-user/wp_rsa’);
@sgrenger i just did this in Nginx. I guess we are doing the same thing on Christmas Eve! It works.
although i am seeing this error: The uploaded file could not be moved to wp-content/uploads/2013/12
When adding themes or importing backup files. Permissions seem to be correct from steps above :(
@digisal: What’s the output of <pre>stat /path/to/wp-content /path/to/wp-content/uploads /path/to/wp-content/uploads/2013 /path/to/wp-content/uploads/2013/12</pre>? (<a href=“http://pastebin.com/”>pastebin</a>)