ifiguero 2020-09-22 15:49:05 -03:00
commit 24bab296f1
2 changed files with 8 additions and 10 deletions

View File

@ -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.

View File

@ -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