Skip to content

oppian/anadusis

Repository files navigation

anadusis

A django based social networking site using pinax.

It has a custom app that handles video transcoding and supports display using an Adobe Flash-based video player.

Dependencies

This project makes use of virtualenv

Setup

To setup development environment:

/System/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python  lib/pinax/scripts/pinax-boot.py --development --source=lib/pinax pinax-env

source pinax-env/bin/activate

To install rquirements:

pip install --no-deps --requirement requirements.txt

To synchronise the database:

python manage.py syncdb
python manage.py migrate

To run a local server:

python manage.py runserver_plus 0.0.0.0:8080

About

Social networking for consumer input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published