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!
This comment has been deleted
I followed exactly how it is here described, no error messages, everything went smooth till step 6, when I type “https://my_server_IP” I get ‘unable to connect’
One of the reason I HATE wordpress is that it NEVER goes well in one take! Very, very frustrating!!
Permalinks won’t work if you have redirected everything through https using Certbot and Let’s Encrypt, as per this tutorial: https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-20-04
The solution is in Step 3 under Enabling .htaccess Overrides to also edit the SSL Apache configuration file that ends with -le-ssl.conf:
sudo nano /etc/apache2/sites-available/wordpress-le-ssl.conf
Adding this, as for the non SSL file
<Directory /var/www/wordpress/>
AllowOverride All
</Directory>
The WordPress Site Health on the Tools menu wants imagick to be installed. This is done with:
sudo apt install php-imagick
and
sudo systemctl restart apache2
Can this permission sudo find /var/www/wordpress/ -type d -exec chmod 750 {} \;
Be set like this? sudo find /var/www/wordpress/ -type d -exec chmod 755 {} \;
Because if I am using a Sudo user I get permission denied when accessing /var/www/wordpress
I’m getting a 1 critical performance issue under Site Health Status The REST API encountered an error
The REST API is one way WordPress, and other applications, communicate with the server. One example is the block editor screen, which relies on this to display, and save, your posts and pages.
The REST API request failed due to an error. Error: cURL error 28: Connection timed out after 10001 milliseconds (http_request_failed)
Hi Lisa en other users of this tutorial,
I came a long way, but I think in step 5 something went wrong. I didn’t get any errors or something, but I also didn’t get the Wordpress installation screen when I entered step 6. I only saw this message, which is the welcome message that I installed in my index file.
*Hello World!
This is the landing page of Donut Netwerk.*
I rerun step 5 again, but I still didn’t get to the installation process in Wordpress in step 6.
As warwick suggested, I continued with the phpMyAdmin installation tutorial. This is successful and I got phpMyAdmin installed.
Does anyone have a clue on why the installation on Wordpress does not start for me?
I am not understanding,the example you use “wordpress”, is it just giving a random name, in place; or we use the domain.tld instead?
Why have to mess nice instructions like these by not being able to use a good example word? Thanx
‘wordpressuser’ that would be the same login name, into WordPress admin page?
sudo cp -a /tmp/wordpress/. /var/www/wordpress
What is that/ /var/www/wordpress means what? name or name.tld ?