From d2c6057780252a0106760dc2a77273be88204e70 Mon Sep 17 00:00:00 2001 From: ifiguero Date: Thu, 17 Sep 2020 20:15:13 -0300 Subject: [PATCH 1/2] Markup fixes --- Readme.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Readme.md b/Readme.md index 514abed..504819c 100644 --- a/Readme.md +++ b/Readme.md @@ -1,15 +1,13 @@ -Flask Web Interface -============ +# Flask Web Interface + Instalador de una interfaz web basica usando python3 y Flask -Contenido -========= +## Contenido web-interface: Sitio web básico hecho con Flask y Python. -Instalación -=========== -Para instalar el proyecto se debe ejecutar el script ``Setup.sh`` con privilegios de root. +## Instalación -Licencia -======== +Para instalar el proyecto se debe ejecutar el script `Setup.sh` con privilegios de root. + +## Licencia El proyecto tiene licencia GPL3 para fines educacionales. From 07f9ab153031ce49beb70f36a93293a2ef40854c Mon Sep 17 00:00:00 2001 From: ifiguero Date: Thu, 17 Sep 2020 20:16:47 -0300 Subject: [PATCH 2/2] =?UTF-8?q?Fix=20repo=20route=20en=20el=20script=20de?= =?UTF-8?q?=20instalaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup.sh b/Setup.sh index e929331..8391529 100644 --- a/Setup.sh +++ b/Setup.sh @@ -9,7 +9,7 @@ echo "" >> /etc/bash.bashrc echo "neofetch" >> /etc/bash.bashrc echo "/usr/games/fortune" >> /etc/bash.bashrc -git clone https://dev.ilab.cl/git/public/pythonweb.git /srv +git clone https://dev.ilab.cl/public/pythonweb.git /srv cd /srv pip3 install setuptools gunicorn