videopdf/README

26 lines
582 B
Plaintext

videopdf - share pdfs with video overlays
Get:
cd /srv
bzr branch http://code.0x2620.org/videopdf
cd videopdf
virtualenv --system-site-packages .
. bin/activate
pip install -r requirements.txt
Develop:
cd /srv/videopdf
./manage.py runserver
Deploy:
cd /srv/videopdf
# create videopdf/local_settings.py with your database settings
# create /etc/apache2/sites-availavle/sitename.conf (use etc/apache2/videopdf.conf as template)
#create /etc/init/videopdf.conf (ues etc/init/videopdf.conf as template)
service videopdf start