Skip to content
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