From 6110c094b763567b0f2281b182c0f46e1bd6adb0 Mon Sep 17 00:00:00 2001 From: Sverre Johansen Date: Wed, 11 Nov 2009 15:38:48 +0100 Subject: Changed install instructions to use zc.buildout. --- README | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README b/README index bf6511b..0773175 100644 --- a/README +++ b/README @@ -8,27 +8,23 @@ ChiShop/DjangoPyPI Installation ============ -First you have to install the dependencies:: +Install dependencies:: - $ python setup.py build - # python setup.py install # (run as root) + $ python bootstrap.py --distribute + $ ./bin/buildout Initial configuration --------------------- :: - $ cd chipshop/ - - $ $EDITOR settings.py - - $ python manage.py syncdb + $ $EDITOR chishop/settings.py + $ ./bin/django syncdb Run the PyPI server ------------------- :: - $ python manage.py runserver - + $ ./bin/django runserver Please note that ``chishop/media/dists`` has to be writable by the user the web-server is running as. -- cgit v1.2.3