Code Monkey home page Code Monkey logo

webconfmashup's Introduction

Instalación
No es necesario, pero sí recomendable, instalar esto en un entorno virtual: así la instalación de django que uno tenga (y cualquier otro paquete) no se ve afectado por esta app.
Para usar virtualenv, hay que bajarlo de http://pypi.python.org/pypi/virtualenv e instalarlo

(alternativamente, si se tiene setuptools instalado ya, se puede ejecutar `sudo easy_install virtualenv`)

Luego, se crea un virtualenv para este proyecto:

virtualenv --no-site-packages WebConf

Y dentro la carpeta WebConf, se agrega el código fuente.
Para usarlo, ir a la carpeta bin/ dentro del virtualenv (WebConf) y ejecutar

source activate

Lo cual hará que python utilice las librerías y la versión del lenguaje instaladas dentro del entorno en lugar de
las globales.

Ahora, lo que sí es necesario:
Bajar setuptools y pip de:
http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz#md5=7df2a529a074f613b509fb44feefe74e
y
http://pypi.python.org/packages/source/p/pip/pip-0.7.2.tar.gz#md5=cfe73090aaa0d3b0c104179a627859d1
Extraerlos:
tar xzf pip-0.7.2.tar.gz
cd pip-0.7.2
sudo python setup.py install

(y similar para setuptools)

Instalar las dependencias:
pip install -r requirements.txt

Luego, para probar el demo:
./manage.py syncdb
./manage.py runserver

ir a http://localhost:8000/ (o donde sea que runserver reporte que django está ejecutando el proyecto) y listo.

webconfmashup's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.