Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change recommended Ubuntu version to 16.04 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions install-and-upgrade/installing-devshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
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.

## Standalone Install Script

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:**

Expand Down