videopdf/README

26 lines
582 B
Text
Raw Normal View History

2013-02-12 16:16:25 +05:30
videopdf - share pdfs with video overlays
2013-02-12 13:19:16 +05:30
Get:
cd /srv
2013-02-12 16:16:25 +05:30
bzr branch http://code.0x2620.org/videopdf
cd videopdf
2013-02-12 13:19:16 +05:30
virtualenv --system-site-packages .
. bin/activate
pip install -r requirements.txt
Develop:
2013-02-12 16:16:25 +05:30
cd /srv/videopdf
2013-02-12 13:19:16 +05:30
./manage.py runserver
Deploy:
2013-02-12 16:16:25 +05:30
cd /srv/videopdf
2013-02-12 13:19:16 +05:30
2013-02-12 16:16:25 +05:30
# 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)
2013-02-12 13:19:16 +05:30
2013-02-12 16:16:25 +05:30
service videopdf start
2013-02-12 13:19:16 +05:30