This tutorial assumes that you already have one website functioning on the server and that you have followed the initial steps detailed in How to Install WordPress on Ubuntu 16.04 using NGINX & PHP7 Login to the site where you registered your domain name and change the nameservers to point to: ns1.digitalocean.com ns2.digitalocean.com ns3.digitalocean.com Then, […]
How To Host Multiple WordPress Sites On Ubuntu 16.04, NGINX, PHP7-FPM – Part 1
This tutorial sets up a single WordPress installation on a server with the option of adding more websites later. First, setup your Ubuntu server. Super-fast Secure WordPress Install on DigitalOcean with NGINX, PHP7, and Ubuntu 16.04 LTS http://www.morphatic.com/2016/05/21/super-fast-secure-wordpress-install-on-digitalocean-with-nginx-php7-and-ubuntu-16-04-lts/ 1. Configure Your Domain Name First, create your droplet, see here: https://www.digitalocean.com/community/tutorials/how-to-create-your-first-digitalocean-droplet-virtual-server Next, login to the site […]
WordPress Install (Single Site) – Ubuntu 16.04, NGINX, PHP7
This tutorial sets up a single WordPress site on a server. If you would like to have multiple sites (and domain names) on the same server, go here. First, setup your Ubuntu server. Super-fast Secure WordPress Install on DigitalOcean with NGINX, PHP7, and Ubuntu 16.04 LTS http://www.morphatic.com/2016/05/21/super-fast-secure-wordpress-install-on-digitalocean-with-nginx-php7-and-ubuntu-16-04-lts/ 1. Configure Your Domain Name First, create your […]
How to Install WordPress When Using Vagrant Folder Sync
This step assumes you have already followed these steps: Vagrant, VirtualBox, Ubuntu 16.04 Setup Install LAMP Stack on Ubuntu Below are the final steps (with slight modifications) in How To Install WordPress On Ubuntu 14.04 which allow for php mod rewrite: move into the directory: cd /var/www/html/site change ownership properties, where user below is the […]
DigitalOcean Initial Ubuntu Server Setup
Ubuntu 16.04 https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04 Ubuntu 14.04 https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-14-04 Ubuntu 16.04 – Steps 1. login to your server using Git (Vagrant) replacing ‘SERVER_IP_ADDRESS’ with your DigitalOcean IP address: $ ssh root@SERVER_IP_ADDRESS or from Putty by entering username/password 2. add new user (replace ‘johndoe’ with whatever you want): $ adduser johndoe enter password and optionally fill in additional information […]
How To Install WordPress On Ubuntu 14.04
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-14-04 If you have not already setup a database, follow the link above for instructions. Otherwise, log in to phpmyadmin and setup a database for the wordpress install. cd ~ wget http://wordpress.org/latest.tar.gz extract the files: tar xzvf latest.tar.gz thi will create a directory called wordpress in the home directory. sudo apt-get install php5-gd libssh2-php cd […]
DigitalOcean Quick Start
Tutorial Series New Ubuntu 14.04 Server Checklist https://www.digitalocean.com/community/tutorial_series/new-ubuntu-14-04-server-checklist How To Connect To Your Droplet with SSH Initial Server Setup with Ubuntu 14.04 Additional Recommended Steps for New Ubuntu 14.04 Servers Tutorial Series Introduction to Nginx and LEMP on Ubuntu 14.04 https://www.digitalocean.com/community/tutorial_series/introduction-to-nginx-and-lemp-on-ubuntu-14-04 Initial Server Setup with Ubuntu 14.04 How To Install Linux, nginx, MySQL, PHP (LEMP) […]