Skip to content

Commit

Permalink
docs: improving quick-start
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Oct 16, 2021
1 parent f92912c commit b086b7e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Quick Start (aka Demo using Digital Ocean)

The easiest way to get started is to take the [deploy script](examples/demo-do/deploy.sh) for a spin. It requires a Digital Ocean account.
!!! important
This script requires a Digital Ocean account.

To use this script you'll need a Digital Ocean API token. Once you have acquired the token, simply export `DIGITALOCEAN_ACCESS_TOKEN` to your shell and then from the root of the Atlas project run the following ...
The easiest way to get started is to take the [deploy script](examples/demo-do/deploy.sh) for a spin.

This script spins up a fully working Atlas deployment with Prometheus and Thanos on several downstream clusters and automatically configures the downstream clusters for secure communication.

## Preflight

Expand Down

0 comments on commit b086b7e

Please sign in to comment.