fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97de390
)
Added basic deploy information to README.
author
Marek Stępniowski
<marek@stepniowski.com>
Thu, 18 Sep 2008 12:59:57 +0000
(14:59 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Thu, 18 Sep 2008 12:59:57 +0000
(14:59 +0200)
README
patch
|
blob
|
history
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
=========