rename
This commit is contained in:
parent
4aaf03c4e9
commit
47720f49ee
9 changed files with 38 additions and 37 deletions
19
README
19
README
|
|
@ -1,26 +1,25 @@
|
|||
pdfvideo - share pdfs with video overlays
|
||||
videopdf - share pdfs with video overlays
|
||||
|
||||
Get:
|
||||
cd /srv
|
||||
bzr branch http://code.0x2620.org/pdfvideo
|
||||
cd pdfvideo
|
||||
bzr branch http://code.0x2620.org/videopdf
|
||||
cd videopdf
|
||||
virtualenv --system-site-packages .
|
||||
. bin/activate
|
||||
pip install -r requirements.txt
|
||||
|
||||
Develop:
|
||||
|
||||
cd /srv/pdfvideo
|
||||
create pdfvideo/local_settings.py
|
||||
cd /srv/videopdf
|
||||
./manage.py runserver
|
||||
|
||||
Deploy:
|
||||
|
||||
cd /srv/pdfvideo
|
||||
create pdfvideo/local_settings.py
|
||||
cd /srv/videopdf
|
||||
|
||||
create /etc/apache2/sites-availavle/sitename.conf
|
||||
create /etc/init/pdfvideo.conf
|
||||
# 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 pdfvideo start
|
||||
service videopdf start
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue