No description
Find a file
2013-02-12 13:26:51 +05:30
etc fix name 2013-02-12 13:26:51 +05:30
item edit 2013-02-12 13:06:07 +05:30
pdfvideo load local_settings.py 2013-02-12 13:25:14 +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
manage.py pdfvideo 2013-02-12 12:39:52 +05:30
README add virtualenv 2013-02-12 13:19:16 +05:30
requirements.txt add virtualenv 2013-02-12 13:19:16 +05:30

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