Skip to content

Commit

Permalink
indent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
styk-tv committed Nov 1, 2017
1 parent d863fa9 commit dc931e2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Installation
============

.. contents:: Table of contents
:depth: 1
:depth: 1
:local:

Madcore lives across 5 Github repositories: https://github.com/madcore-ai All are being actively
Expand All @@ -15,25 +15,25 @@ Installation

Bitbucket Account
-----------------
Bitbucket account must be a member of at least one Bitbucket team. Team name will be used as unique
name to create your subdomain `https://<bitbucket-team-name>.madcore.cloud` This domain will be
delegated to your account as part of installation. This is required as Madcore will setup all
endpoint on HTTPS/SSL protected endpoints.
Bitbucket account must be a member of at least one Bitbucket team. Team name will be used as unique
name to create your subdomain `https://<bitbucket-team-name>.madcore.cloud` This domain will be
delegated to your account as part of installation. This is required as Madcore will setup all
endpoint on HTTPS/SSL protected endpoints.


AWS Account
-----------
AWS account with access to creating IAM identities and roles. Your instances will assume roles
and be granted permissions to access your S3 buckets where state is persisted between cluster
destructions. Not Madcore and Not any other 3rd party has access to your environment.
AWS account with access to creating IAM identities and roles. Your instances will assume roles
and be granted permissions to access your S3 buckets where state is persisted between cluster
destructions. Not Madcore and Not any other 3rd party has access to your environment.


Madcore CLI
-----------
CLI must be installed to start the installation. Initial configuration verifies few details
and then unattended installation takes about 30 minutes to complete the process. At that point
you will have your master instance (with firewall open only to your ip address). Accessible
over HTTPS/SSL. You can then securely connect from directly to Jenkins, Grafana and Kubernetes dashboards.
CLI must be installed to start the installation. Initial configuration verifies few details
and then unattended installation takes about 30 minutes to complete the process. At that point
you will have your master instance (with firewall open only to your ip address). Accessible
over HTTPS/SSL. You can then securely connect from directly to Jenkins, Grafana and Kubernetes dashboards.

.. code-block:: bash
pip install madcore
2 changes: 1 addition & 1 deletion docs/technology.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Technology
==========

.. contents:: Table of contents
:depth: 1
:depth: 1
:local:

Docker Container is the common denominator and this is where your code ends up.
Expand Down

0 comments on commit dc931e2

Please sign in to comment.