aboutsummaryrefslogtreecommitdiff
path: root/README
blob: b0d224d8a5e18e4bcc87dcfd5b098386f30e6082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
=========================================
ChiShop/DjangoPyPI
=========================================
:Version: 0.1
:Authors:
    Ask Solem (askh@opera.com)

Installation
============

First you have to install the dependencies::

    $ python setup.py build
    # python setup.py install # (run as root)

Initial configuration
---------------------
    $ cd chipshop/

    $ $EDITOR settings.py

    $ python manage.py syncdb

Run the PyPI server
-------------------

    $ python manage.py runserver


Please note that ``chishop/media/dists`` has to be writable by the
user the web-server is running as.

Contact Information
====================
askh@opera.com

.. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround