Skip to content

Commit a617cb7

Browse files
committed
Translate Production setup to Spanish
Fixes: #382
1 parent 0e162df commit a617cb7

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

docs/prod.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Production setup
1+
# Configuración de Produción
22

3-
Docker is not yet fully supported on production. Thus, a number of steps must be followed.
3+
Docker no está soportado aún en producción. Deben seguirse estos pasos:
44

5-
## Dependencies
5+
## Dependencias
66

77
### Python
88

@@ -23,9 +23,9 @@ $ pip install requirements.txt
2323
$ npm install
2424
```
2525

26-
## Settings
26+
## Ajustes
2727

28-
Some parameters must be set on `.env` file:
28+
Estos parametros deben establecerse en un fichero `.env`:
2929

3030
```console
3131
DEBUG = False
@@ -48,18 +48,18 @@ TWITTER_ACCESS_TOKEN_SECRET = <twitter access token secret>
4848

4949
## Redis
5050

51-
We are using **Redis** for some services. In order to get it run properly it is important to follow some indications:
51+
Usamos **Redis** para algunos servicios. Sigue estas indicaciones para confirgurarlo:
5252

53-
1. Install [Redis](https://redis.io/download).
54-
2. Launch `run-rq.sh`
53+
1. Instala [Redis](https://redis.io/download).
54+
2. Ejecuta `run-rq.sh`
5555

56-
## Notices
56+
## Notificaciones
5757

58-
A Django app has been implemented in order to send notices (by email) programmatically. For this process to properly run, the worker `run-notices.sh` must be scheduled in cron (e.g. daily).
58+
Tenemos una app de Django para enviar notificaciones por email. Para enviar estas notificaciones, es necesario ejecutar el script `run-notices.sh` periódicamente (por ejemplo diariamente) a través de cron.
5959

60-
## Database
60+
## Base de datos
6161

62-
We are using **PostgreSQL** as _database management system_. In order to configure the project correctly it is important to follow some indications:
62+
Usamos **PostgreSQL** como base de datos.
6363

64-
1. Install [PostgreSQL](https://www.postgresql.org/download/).
65-
2. Create a _database_ and a _user/password_ with full access to that database.
64+
1. Instala [PostgreSQL](https://www.postgresql.org/download/).
65+
2. Crea una base de datos y unos credenciales con acceso completo a la misma.

0 commit comments

Comments
 (0)