Skip to content
Snippets Groups Projects
Select Git revision
  • 592a5ff3602fd62bb7c18209e7e93c7543ce0c8e
  • master default protected
  • v2 protected
  • v2-test protected
  • piratiuk
  • regionalSuccess
  • v1
7 results

graphics-generator

  • Clone with SSH
  • Clone with HTTPS
  • The Helios Election Server
    ==========================
    
    LICENSE: this code is released under the GPL v3 or later.
    
    NEEDS:
    - http://github.com/openid/python-openid
    - rabbitmq 1.8
    -- http://www.rabbitmq.com/debian.html
    -- update the deb source
    -- apt-get install rabbitmq-server
    
    - celery 2.0.2 and django-celery 2.0.2 for async jobs
    -- http://celeryq.org
    -- apt-get install python-setuptools
    -- easy_install celery
    -- easy_install django-celery