Revision 3c1f40132855906b057572f6ba97a2e8b0be49f1 authored by Nicolas Dandrimont on 05 October 2015, 14:11:19 UTC, committed by Nicolas Dandrimont on 05 October 2015, 14:11:19 UTC
1 parent 103950b
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