add virtualenv
This commit is contained in:
parent
edb0e391f5
commit
f157b4bd49
5 changed files with 99 additions and 0 deletions
26
README
Normal file
26
README
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue