X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4e0b56a8a131b70f8749e2bfa2783610790d8143..d433a636abfc040891dde68aa9e5f81b30549134:/README?ds=sidebyside diff --git a/README b/README index 907e0d8c9..bb39534eb 100644 --- a/README +++ b/README @@ -7,6 +7,21 @@ Dependencies * Django applications from apps directory +How to deploy +============= + +Just execute this commands: + + cd wolnelektury.pl + source setpythonpath.sh + cd wolnelektury + ./manage.py syncdb + ./manage.py importbooks ../books/01 ../books/02 ../books/03 + ../setmainpage.py + +[TODO] + + Numbering =========