SUPER EASY WAY TO INSTALL WORDPRESS ON CLOUD HOSTING IN 5 MIN

Installing WordPress on cloud hosting is no simple task. Before you install WordPress you need to install several software packages like apache or Nginx, database, PHP, etc. Unless you are experienced it’s very easy to get lost on the command-line interface. And that’s not all, if any issue pops up ever, you might have to spend countless hours to fix that.
Luckily, we have a great solution to this problem. Easyengine team has made the installation of WordPress super easy. All you need is to just execute few lines of command and all the necessary package needed will get installed.
Switch to root user
sudo -i
Next, update the server with the following command
apt update && apt upgrade -y
Setting up hostname (optional)
wget -qO ee https://rt.cx/ee4 && sudo bash ee
ping example.com
ee site create example.com --type=wp
ee site create example.com --type=wp --mu=wpsubdir --cache
cd /opt/easyengine/services/ && sudo docker-compose down && sudo docker-compose up -d
cd /opt/easyengine/sites/example.com/ && sudo docker-compose down && sudo docker-compose up -d
ee site disable example.com
ee site enable example.com
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.