Go to file
j f157b4bd49 add virtualenv 2013-02-12 13:19:16 +05:30
etc add virtualenv 2013-02-12 13:19:16 +05:30
item edit 2013-02-12 13:06:07 +05:30
pdfvideo pdfvideo 2013-02-12 12:39:52 +05:30
static edit 2013-02-12 13:06:07 +05:30
templates edit 2013-02-12 13:06:07 +05:30
.bzrignore add virtualenv 2013-02-12 13:19:16 +05:30
README add virtualenv 2013-02-12 13:19:16 +05:30
manage.py pdfvideo 2013-02-12 12:39:52 +05:30
requirements.txt add virtualenv 2013-02-12 13:19:16 +05:30

README

pdfvideo - share pdfs with video overlays

Get:
    cd /srv
    bzr branch http://code.0x2620.org/pdfvideo
    cd pdfvideo
    virtualenv --system-site-packages .
    . bin/activate
    pip install -r requirements.txt

Develop:

    cd /srv/pdfvideo
    create pdfvideo/local_settings.py
    ./manage.py runserver

Deploy:

    cd /srv/pdfvideo
    create pdfvideo/local_settings.py

    create /etc/apache2/sites-availavle/sitename.conf
    create /etc/init/pdfvideo.conf

    service pdfvideo start