Tag: web applications
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…
How to Upgrade MySQL from 5.5 to 5.7
https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-14-04 https://www.linode.com/docs/databases/mysql/install-mysql-on-ubuntu-14-04 https://help.ubuntu.com/lts/serverguide/mysql.html https://www.digitalocean.com/community/tutorials/how-to-prepare-for-your-mysql-5-7-upgrade 1. The short version of the installation is simple: update your package index, install the mysql-server…
Install LAMP Stack on Ubuntu 14.04
DigitalOcean install reference https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-14-04 assuming you have ubuntu already installed via virtualbox or direct install on pc: first, always do…
Vagrant, VirtualBox, Ubuntu 16.04 Setup
Setup Vagrant replace project with any name you wish. $ mkdir project $ cd project $ vagrant init ubuntu/xenial64 In…