X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2fa2f481732ddf6f7dcd98f549c81c5e859a89a1..7b8e0d73cd11dd7a4de5d8ffd028a740f345d572:/README diff --git a/README b/README index 2f8260d3e..bb39534eb 100644 --- a/README +++ b/README @@ -1,10 +1,27 @@ Dependencies ============ - + * [Django 1.0](http://djangoproject.com/) (application framework) * [lxml 2.0.0](http://codespeak.net/lxml/) (for importing books) - - + * Python libraries from lib directory + * 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 =========