videopdf/README

26 lines
582 B
Plaintext
Raw Normal View History

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