Revision 945bdfb6da3bd34fe0bf783f26a63e5af4466c62 authored by Nicolas Dandrimont on 28 September 2015, 13:41:14 UTC, committed by Nicolas Dandrimont on 28 September 2015, 13:41:14 UTC
1 parent 573b8d4
Raw File
README.dev
# A test server should be running for tests

Sample configuration (e.g. ~/.config/swh/storage.ini):

    [main]
    db=dbname=softwareheritage-dev
    storage_base=/tmp/swh/storage/

Note: `storage_base` entry referenced should exist.

# Start

python3 -m swh.storage.api ~/.config/swh/storage.ini
back to top