Skip to content

Commit

Permalink
Updating quickstart to point to tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
neelimamukiri committed Jun 23, 2017
1 parent 1c1ba15 commit 1e2408b
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions QUICKSTART.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
# Quick Start Guide

This document provides the steps to create a quick setup on a local Mac OS or Linux host using a cluster of Virtual Box VMs setup using vagrant.

## Pre-requisites

* [Install Virtual Box 5.1.14 or later]( https://www.virtualbox.org/wiki/Downloads )
* [Install Vagrant 1.9.1 or later]( https://www.vagrantup.com/downloads.html )
* [Install Docker 1.12 or later]( https://docs.docker.com/engine/installation/ )
* Clone the Contiv install repository <br>
`git clone http://github.com/contiv/install'

## Setup the cluster with Contiv for Kubernetes
`make demo-k8s`

## Setup the cluster with Contiv for Docker with Swarm
`make demo-swarm`

## Customizing the setup

* The default configuration creates a 2 node cluster. To increase the number of nodes set the environment variable `CONTIV_NODES=<n>`
Please follow the tutorials [here](http://contiv.github.io/documents/tutorials/).

## Quick Start Guide for CentOS 7.x hosts

Expand Down

0 comments on commit 1e2408b

Please sign in to comment.