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!
Excellent documentation squire. The most thorough treatment of installing WordPress from scratch that I’ve seen. Adjusting ownership & permissions is crucial and is often skated over superficially – these explanations really help understand what’s needed & enable people to fix permission problems (not that they are likely to happen). One suggested amendment :
I always give an explicit character set and collation when creating the database to avoid any problems later. So :
CREATE DATABASE wordpress DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
Just a thought.
markpea
Hello;
Do you mind giving us the FULL conf? /etc/nginx/sites-available/default
I assume this is the php 7 installation of your series with LEMP stack? If so, how much faster is it compared to the DO 1-click install of 14.04 worpdress package?
Any recommendations on further tweaking for speed, cache, etc?
Thank you for a great series on how to do things!
For WordPress some additional packages for PHP7 are needed, not covered in LEMP tutorial. At least php7-xml and GD or Imagick. Possibly all of these ‘apt-get install php7.0-fpm php7.0-mysql php7.0-curl php7.0-gd php7.0-json php7.0-mcrypt php7.0-opcache php7.0-xml’? Copied from another tutorial.
hey which version of lemp should i use? 16.04 or 14.04 ? i am gonna install wordpress on it.
I migrated my Drupal7 sites from centos7 to ubuntu16 with the help of this guide. Now Drupal sites don’t send emails after registration or in the other events. I tried to setup postfix with different options yet no result. Will you please advice what are the modifications or settings to be done? There was no additional setup required when it was in CentOS.
You can use this stack script for one click lemp + wordpress installation :
This comment has been deleted
@jellingwood So what is your recommendation if I DO want automatic updates and don’t want to manually keep chown-ing the document root?
WP permission issues always seem to crop up when a non www-data user owns the WordPress files and I haven’t yet found a good tutorial that strikes the balance that I actually want, which is having it owned by a non-priviledged user but still able to auto update wordpress core.