Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 871 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 871 Bytes

Sirikata CDN Website

This repository contains the files needed to host a Sirikata CDN server. The website is written in Django but instead of using Django's models, we use Cassandra as the database backend, interfaced with using pycassa. Celery is used for farming off tasks in the background, some of which use the pycollada library. Instead of maintaining user accounts, python-openid is used to get authentication from OpenID providers. openid-selector is used to choose an OpenID provider.

Installation

See the INSTALL.md file in this directory.