Skip to content
colinsullivan edited this page Sep 22, 2011 · 38 revisions

Concert Dependencies

  • Python-dev version-2.6.5
    • Python Audio Tools
    • libsndfile
    • Django 1.3
    • scikits-audiolab
    • py26-pil – Python Imaging Library
      • ImageFilter, ImageChops, Image, ImageDraw, ImageColor
      • Gentoo: “dev-python/imaging”
      • Ubuntu: “python-imaging”
    • Memcached for Python
  • MySQL
  • Ogg Encoder: oggenc, oggdec
    • Gentoo: “media-sound/vorbis-tools”
  • django-tastypie for REST:
    • https://github.com/Concert/django-tastypie/ (Contains patches that we need right now)
      • Be sure to get dependencies
  • South for awesome schema migrations:
    • http://south.aeracode.org/docs/installation.html
  • Celery and RabbitMQ for background tasks
  • boto 2.0 for uploading to S3

Development Dependencies