Added info about importing books.
authorLukasz <lukasz@anwajler.com>
Tue, 11 May 2010 10:55:10 +0000 (12:55 +0200)
committerLukasz <lukasz@anwajler.com>
Tue, 11 May 2010 10:55:10 +0000 (12:55 +0200)
README.md

index 3b3f033..cfc289a 100644 (file)
--- 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  <marek@stepniowski.com>
- * Łukasz Rekucki <lrekucki@gmail.com>
\ No newline at end of file
+ * Łukasz Rekucki <lrekucki@gmail.com>