add virtualenv

This commit is contained in:
j 2013-02-12 13:19:16 +05:30
commit f157b4bd49
5 changed files with 99 additions and 0 deletions

26
README Normal file
View file

@ -0,0 +1,26 @@
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