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.

Great tutorial thank you. There is one tiny mistake though: “apt install mariabd-server mariadb-client” should be “mariadb-server” :)
- Numbian
Hello. I’m stuck in the https://server-ip/wordpress part. I put my IP address but nothing happens, it’s just loading.
- Sarkhan
Hi, OS-Ubuntu 18.04 desktop Just followed your tutorial to install WordPress. It work without problem until coming to; --> [Submit] Warning; Can’t select database We were able to connect to the database server (which means your username and password is okay) but not able to select the wordpress database. … … Also having tried creating wp-config.php manually but without result. Please advise how to fix the problem. Thanks Please advise how to fix the problem. Thanks
- Stephen Liu
Hi Pankaj, Thank you for the nice post, please correct the first command to apt-get update && apt-get upgrade
- Tuhin Debnath
Great article. You are missing one small step though: after php installation, apache2 service needs to be restarted for the php to kick in.
- xpil
Also had to add a2enmod proxy_fcgi setenvif a2enconf php7.0-fpm service apache2 restart If Apache is showing the html code instead of the php information page.
- Alex de la Rosa
I am trying to install any plugin or theme but it always asks for FTP credentials, no matter what I do it always says it failed to create the directory, but when I check the Site Health all the directories are writable. Where could I have gone wrong? Should I reinstall the entire server and start over? Thanks, this was really helpful to get Wordpress up and running quickly!
- Nathan
in your chown you did not do ‘-R’, as a result, I can’t upload anything to WP. I added chown -R www-data:www-data /var/www/html/wordpress. Now it works handsomely TQ
- Edwin Masripan