From 0dc3e3edd025e01096a1d0d75f210aaad1f9603f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Thu, 18 Sep 2008 14:59:57 +0200 Subject: [PATCH] Added basic deploy information to README. --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 ========= -- 2.20.1