From c6569995e1332d3f822aea39478bb4a80242ae53 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Wed, 13 Sep 2017 15:00:17 +0200 Subject: [PATCH] Update servers requirements details --- docs/en/getting_started/servers.md | 18 ++++++++++++++++++ docs/es/getting_started/servers.md | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/docs/en/getting_started/servers.md b/docs/en/getting_started/servers.md index 52317d866..b57c7bfa8 100644 --- a/docs/en/getting_started/servers.md +++ b/docs/en/getting_started/servers.md @@ -1 +1,19 @@ # Production and Test servers + +## Recommended Minimum System Requirements: + +### 1. Production Server: + - Distrubution: Ubuntu 16.04.3 + - RAM: 32GB + - Processor: Quad core + - Hard Drive: 20 GB + - Database: Postgres + +### 2. Staging Server: + - Distrubution: Ubuntu 16.04.3 + - RAM: 16GB + - Processor: Dual core + - Hard Drive: 20 GB + - Database: Postgres + +If your city has a population of over 1.000.000, consider balancing your load using 2-3 production servers and a separate server for the database. diff --git a/docs/es/getting_started/servers.md b/docs/es/getting_started/servers.md index a560624f9..dece6586c 100644 --- a/docs/es/getting_started/servers.md +++ b/docs/es/getting_started/servers.md @@ -1 +1,19 @@ # Servidores de prueba y producción + +## Requisitos de Sistema mínimos recomendados: + +### 1. Production Server: + - Distrubution: Ubuntu 16.04.3 + - RAM: 32GB + - Processor: Quad core + - Hard Drive: 20 GB + - Database: Postgres + +### 2. Staging Server: + - Distrubution: Ubuntu 16.04.3 + - RAM: 16GB + - Processor: Dual core + - Hard Drive: 20 GB + - Database: Postgres + +Si tu ciudad tiene una población superior a 1.000.000, considera añadir un balanceador de carga y usar 2-3 servidores de producción, además de un servidor de base de datos dedicado.