From 8bf07a777693347ba28a3937b7dc52c4563df594 Mon Sep 17 00:00:00 2001 From: Ryan Price <45774467+rprice-adsk@users.noreply.github.com> Date: Fri, 15 Feb 2019 11:50:19 -0800 Subject: [PATCH] change recommended Ubuntu version to 16.04 --- install-and-upgrade/installing-devshop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-and-upgrade/installing-devshop.md b/install-and-upgrade/installing-devshop.md index e8cfdbc..661407a 100644 --- a/install-and-upgrade/installing-devshop.md +++ b/install-and-upgrade/installing-devshop.md @@ -3,7 +3,7 @@ There are a number of ways to get DevShop up and running: 1. **Docker**: See [hub.docker.com/r/devshop/devmaster/](https://hub.docker.com/r/devshop/devmaster/) for instructions. -2. **Install Script**: Use the standalone install script to fully bootstrap a new Ubuntu 14.04 or CentOS7 server. Instructions are below. Find the latest version of the install script at [getdevshop.com](http://getdevshop.com) or on the [Releases page on the GitHub Repo](http://github.com/opendevshop/devshop/releases). +2. **Install Script**: Use the standalone install script to fully bootstrap a new Ubuntu 16.04 or CentOS7 server. Instructions are below. Find the latest version of the install script at [getdevshop.com](http://getdevshop.com) or on the [Releases page on the GitHub Repo](http://github.com/opendevshop/devshop/releases). 3. **Vagrant**: The [core project on GitHub](https://github.com/opendevshop/devshop) contains a Vagrantfile that you may use to launch a working devshop on your local computer. 4. **Ansible**: We have an Ansible role publicly available at [galaxy.ansible.com/opendevshop/devmaster](https://galaxy.ansible.com/opendevshop/devmaster/). The Vagrantfile and standalone install script both use Ansible roles to configure the servers. @@ -11,7 +11,7 @@ There are a number of ways to get DevShop up and running: DevShop can be installed with a standalone [install.sh bash](https://github.com/opendevshop/devshop/blob/1.x/install.sh) script, which kicks off an ansible playbook. -We test this script continuously on Ubuntu 14.04 and CentOS 7. See [https://travis-ci.org/opendevshop/devshop](https://travis-ci.org/opendevshop/devshop) for the test results. +We test this script continuously on Ubuntu 16.04 and CentOS 7. See [https://travis-ci.org/opendevshop/devshop](https://travis-ci.org/opendevshop/devshop) for the test results. **NOTES:**