/mongo

Aplicación python con mongodb

Primary LanguageCSSApache License 2.0Apache-2.0

MongoDB

Este va a ser un pequeño programa python que funcione con MongoDB y Bottle en Debian 7 Wheezy. Utilizaremos la biblioteca: python.pymongo

En primer lugar :

apt-get install mongodb-server

Y ahora instalamos las bibliotecas necesarias:

apt-get install python-pymongo

Y el framework de bottle:

apt-get install python-bottle