Added basic deploy information to README.
authorMarek Stępniowski <marek@stepniowski.com>
Thu, 18 Sep 2008 12:59:57 +0000 (14:59 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Thu, 18 Sep 2008 12:59:57 +0000 (14:59 +0200)
README

diff --git a/README b/README
index 907e0d8..bb39534 100644 (file)
--- 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
 =========