From: Lukasz Date: Tue, 11 May 2010 10:55:10 +0000 (+0200) Subject: Added info about importing books. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/4a1cbc696272b9e6d585ff78f0d192231afff2de Added info about importing books. --- diff --git a/README.md b/README.md index 3b3f03322..cfc289a77 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,20 @@ How to deploy (development version) ./wolnelektury/manage.py syncdb ./wolnelektury/manage.py migrate - -5. Import some books which are availble on http://www.wolnelektury.pl or on bitbucket mirror: http://bitbucket.org/lqc/wlbooks/ -6. Run the server +5. Run the server ./wolnelektury/manage.py runserver + +6. Import some books which are available on http://www.wolnelektury.pl or on bitbucket mirror: http://bitbucket.org/lqc/wlbooks/ + If you use Bitbucket, you also need Mercurial to fetch books (you can install it using: pip install mercurial). + After downloading books, log into administration, go to Books and choose 'Browse' to select book file, + then fire 'Import book' to upload it. Some books have invalid XML, so you can get an error + (just ignore it and look for other books). + + + Full list of used open-source software ====================================== @@ -131,4 +138,4 @@ Authors ======= * Marek Stępniowski - * Łukasz Rekucki \ No newline at end of file + * Łukasz Rekucki