Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Update index.md #2086

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
17 changes: 7 additions & 10 deletions setup/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,27 @@ in [Quickstart](/setup/quickstart/) might be a better choice.

## What you'll need

* A machine on which to install Halyard
* A machine to install Halyard

This can be a local machine or VM (Ubuntu 14.04/16.04, Debian, or macOS), or
it can be a Docker container. Make sure it has at least 12GB of memory.
This can be a local machine or a VM (Ubuntu 14.04/16.04, Debian, or macOS), or a Docker container. Whatever you choose, make sure it has at least 12GB of RAM.
Copy link

@wTylerReid wTylerReid Dec 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be "4 cores and 16GB of RAM" rather than "12 GB of RAM" to be in line with the requirements for a Kubernetes cluster or the local debiaN?


* A Kubernetes cluster on which to install Spinnaker itself
* A Kubernetes cluster to install Spinnaker

We recommend at least 4 cores and 16GB of RAM available in the cluster.

You can also install [on a single local machine](https://www.spinnaker.io/setup/install/environment/#local-debian), or [for Spinnaker development](https://www.spinnaker.io/setup/install/environment/#local-git), making sure you have the 4 cores and 16GB in each case.
You can also install Spinnaker [on a local Debian machine](https://www.spinnaker.io/setup/install/environment/#local-debian). If you're a developer, you can install [Spinnaker for development](https://www.spinnaker.io/setup/install/environment/#local-git). Make sure that you have a machine with 4 cores and 16GB in each case.

## The process

Installing a complete Spinnaker involves these steps:
To install Spinnaker, follow these steps:
1. [Install Halyard](/setup/install/halyard/)
1. [Choose a cloud provider](/setup/install/providers/)
1. [Choose an environment](/setup/install/environment/)
1. [Choose a storage service](/setup/install/storage/)
1. [Deploy Spinnaker](/setup/install/deploy/)
1. [Back up your config](/setup/install/backups/)
1. [Configure everything else](/setup/other_config/) (which includes a lot of
stuff you need before you can use Spinnaker in production)
1. [Productionize Spinnaker](/setup/productionize/) (which mainly helps you
configure Spinnaker to scale for production)
1. [Configure everything else](/setup/other_config/) (desrcibes what need to do before you can use Spinnaker in production)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

describes*

1. [Productionize Spinnaker](/setup/productionize/) (describes what you need to do to scale and configure Spinnaker for production)

## And then what?

Expand Down