From 9a7ba03cd9cc8514dfc3be53768c4bc930673220 Mon Sep 17 00:00:00 2001 From: pablomartincalvo Date: Mon, 29 Oct 2018 21:57:20 +0100 Subject: [PATCH] Avances en sistema de deployment y configuracion. --- .idea/workspace.xml | 411 ++++++----- core/config.py | 27 + core/mysql_wrapper.py | 14 +- db_layer/Dockerfile | 3 +- db_layer/db_init_scripts/1_20181028dump.sql | 760 ++++++++++++++++++++ db_layer/db_init_scripts/2_users.sql | 4 + db_layer/db_init_scripts/users.sql | 0 deployer.sh | 34 +- explorer/explorer.py | 10 +- geocoder/geocoder.py | 4 +- requirements.txt | 2 - 11 files changed, 1054 insertions(+), 215 deletions(-) create mode 100644 core/config.py create mode 100644 db_layer/db_init_scripts/1_20181028dump.sql create mode 100644 db_layer/db_init_scripts/2_users.sql delete mode 100644 db_layer/db_init_scripts/users.sql delete mode 100644 requirements.txt diff --git a/.idea/workspace.xml b/.idea/workspace.xml index fa73f4e..00ddf7d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,11 +1,17 @@ - - + + + + - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -221,17 +202,24 @@ @@ -246,7 +234,6 @@ - @@ -254,6 +241,16 @@ + + + + + + + + + + @@ -265,6 +262,16 @@ + + + + + + + + + + @@ -292,6 +299,7 @@