From 42bc76a8b1e09cf963e860e7e5cd80f81acff142 Mon Sep 17 00:00:00 2001 From: voodoorai2000 Date: Thu, 17 Jan 2019 15:33:17 +0100 Subject: [PATCH] Add recommendations for the different environments --- docs/en/SUMMARY.md | 1 + docs/en/getting_started/introduction.md | 11 +++++++++++ docs/es/SUMMARY.md | 1 + docs/es/getting_started/introduction.md | 11 +++++++++++ 4 files changed, 24 insertions(+) create mode 100644 docs/en/getting_started/introduction.md create mode 100644 docs/es/getting_started/introduction.md diff --git a/docs/en/SUMMARY.md b/docs/en/SUMMARY.md index 1347a1fef..141e979c7 100644 --- a/docs/en/SUMMARY.md +++ b/docs/en/SUMMARY.md @@ -11,6 +11,7 @@ ### Installation * [Docker](getting_started/docker.md) +* [Introduction](getting_started/introduction.md) * [Prerequisites](getting_started/prerequisites/README.md) * [Linux](getting_started/prerequisites/linux.md) * [macOS](getting_started/prerequisites/macos.md) diff --git a/docs/en/getting_started/introduction.md b/docs/en/getting_started/introduction.md new file mode 100644 index 000000000..a7e7516da --- /dev/null +++ b/docs/en/getting_started/introduction.md @@ -0,0 +1,11 @@ +# Introduction + +These are our recommendations for the different environments and purposes: + +- To setup CONSUL for a production environment we recommend using the [installer](https://github.com/consul/installer). + +- For developers working on a CONSUL fork we recommend using a UNIX based system (Linux or Mac) and installing CONSUL [locally system wide](https://consul_docs.gitbooks.io/docs/content/en/getting_started/prerequisites/). + +- If you run into problems configuring CONSUL locally system wide and would like to show CONSUL for demo purposes we recommend using [Docker](https://consul_docs.gitbooks.io/docs/en/getting_started/docker.html) in a local machine. + +- We also have a [Heroku guide](https://consul_docs.gitbooks.io/docs/content/en/getting_started/deploying-on-heroku.html) which can be used for demo purposes in a remote server. diff --git a/docs/es/SUMMARY.md b/docs/es/SUMMARY.md index e039d2483..65675f953 100644 --- a/docs/es/SUMMARY.md +++ b/docs/es/SUMMARY.md @@ -10,6 +10,7 @@ ### Instalación * [Docker](getting_started/docker.md) +* [Introducción](getting_started/introduction.md) * [Prerrequisitos](getting_started/prerequisites/README.md) * [Linux](getting_started/prerequisites/linux.md) * [macOS](getting_started/prerequisites/macos.md) diff --git a/docs/es/getting_started/introduction.md b/docs/es/getting_started/introduction.md new file mode 100644 index 000000000..3989d4327 --- /dev/null +++ b/docs/es/getting_started/introduction.md @@ -0,0 +1,11 @@ +# Introducción + +Estas son nuestras recomendaciones para los diferentes entornos y propósitos: + +- Para configurar CONSUL para un entorno de producción, recomendamos utilizar el [instalador](https://github.com/consul/installer). + +- Para los programadores que trabajan en un entorno de desarrollo, recomendamos instalar CONSUL en un sistema basado en UNIX (Linux o Mac) e instalar CONSUL [en todo el sistema](https://consul_docs.gitbooks.io/docs/content/en/getting_started/prerequisites/). + +- Si tiene problemas para configurar CONSUL localmente en todo el sistema y desea mostrar CONSUL para fines de demostración, le recomendamos que utilice [Docker](https://consul_docs.gitbooks.io/docs/en/getting_started/docker.html) en un local máquina. + +- También tenemos una [Guía Heroku](https://consul_docs.gitbooks.io/docs/content/en/getting_started/deploying-on-heroku.html) que se puede utilizar para fines de demostración en un servidor remoto.