README
This commit is contained in:
parent
e8969ccc4a
commit
22893ed62f
1 changed files with 6 additions and 7 deletions
13
README
13
README
|
@ -11,15 +11,14 @@ Get:
|
||||||
Develop:
|
Develop:
|
||||||
|
|
||||||
cd /srv/videopdf
|
cd /srv/videopdf
|
||||||
|
./manage.py syncdb
|
||||||
./manage.py runserver
|
./manage.py runserver
|
||||||
|
|
||||||
Deploy:
|
Deploy:
|
||||||
|
# create /srv/videopdf/videopdf/local_settings.py with your database settings
|
||||||
|
# create /etc/apache2/sites-availavle/videopdf.conf (use etc/apache2/videopdf.conf as template)
|
||||||
|
# create /etc/init/videopdf.conf (ues etc/init/videopdf.conf as template)
|
||||||
|
|
||||||
cd /srv/videopdf
|
a2ensite videopdf
|
||||||
|
|
||||||
# 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 videopdf start
|
service videopdf start
|
||||||
|
service apache2 reload
|
||||||
|
|
Loading…
Reference in a new issue