##Taller python en la web (Bottle framework) ######Codigo fuente del taller python en la web
######Autor: Carlos Eduardo Cárcamo ######Video: http://www.youtube.com/watch?v=7i6k2IoVvdo
- Python
- Javascript
- Bottle.py
- pymongo
- Twitter Bootstrap
- jQuery
- mongodb
- ejemplos_bottle/ --> ejemplos basicos del uso del framework bottle
- talleres_app/ --> Aplicación web del taller
#INSTRUCCIONES
Nota: para usar bottle se necesita tener instalado: python >= 2.5 existen varias maneras de hacerlo, listamos un par de ellas:
$wget http://bottlepy.org/bottle.py
$ sudo pip install bottle # recomendado
Antes necesitamos tener instalado el paquete: python-pip
$ sudo apt-get install python-pip
$ sudo pip install bottle
$ sudo easy_install bottle # alternativa a pip
Antes necesitamos tener instalado el paquete: python-setuptools
$ sudo apt-get install python-setuptools
$ sudo apt-get install bottle
$ sudo apt-get install python-bottle # funciona en debian y derivados
Ver la documentación oficial:
http://docs.mongodb.org/manual/installation/
Referencia: http://api.mongodb.org/python/current/installation.html
$easy_install pymongo
Asegurarse de tener mongodb correctamente instalado y corriendo
$mongoimport -d taller_app -c talleres talleres_collection.json
-
Ir al directorio de la app
$ cd talleres_app
-
Ejecutar el script (talleres_app.y)
$ python talleres_app.py
-
Abrir tu navegador favorito y escribir en la barra de direcciones: