aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 3 insertions, 9 deletions
diff --git a/README b/README
index bb30a5d..0414c56 100644
--- a/README
+++ b/README
@@ -10,19 +10,13 @@ Install dependencies::
10 10
11 $ python setup.py install 11 $ python setup.py install
12 12
13Initial configuration 13Initial configuration::
14---------------------
15::
16 14
17 $ $EDITOR chishop/settings.py 15 $ $EDITOR chishop/settings.py
18 $ export DJANGO_SETTINGS_FILE="chishop.settings"
19 $ django-admin.py syncdb
20 16
21Run the PyPI server 17Run the PyPI server::
22-------------------
23::
24 18
25 $ django-admin.py runserver 19 $ python setup.py devserver
26 20
27Please note that ``chishop/media/dists`` has to be writable by the 21Please note that ``chishop/media/dists`` has to be writable by the
28user the web-server is running as. 22user the web-server is running as.