ColombiaPython / python-pereira

:snake: :computer: PyPereira - Comunidad Python Pereira

Home Page:http://PyPereira.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

:snake: :computer: PyPereira - Comunidad Python Pereira

http://PyPereira.co

License:MIT License


Languages

Language:HTML 51.6%Language:JavaScript 31.3%Language:CSS 16.2%Language:Python 0.9%