Skip to content
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.

ColombiaPython/python-pereira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Python Pereira

Join the chat at https://gitter.im/python-pereira/Lobby

Requerimientos

  • Python >= 3.5

Virtualenv

Instalación

apt install python-virtualenv

Crear Ambiente

virtualenv -p python3 env

Deploy

cd web/
python freeze.py

Virtualenv

env/bin/python web/freeze.py

Run

cd web/
python run.py

Virtualenv

env/bin/python web/run.py
  • La aplicación se ejecutará sobre localhost:5000

Test deploy

env/bin/python -m http.server <port>

Referencias

Plantilla de Bootstrap

Copyright 2013-2017 Blackrock Digital LLC. Code released under the MIT license.