Revision c4b134575194c1c8cff1f9b91f67d50fc5febeea authored by Stefano Zacchiroli on 07 October 2015, 13:52:06 UTC, committed by Stefano Zacchiroli on 07 October 2015, 13:52:06 UTC
1 parent dbc238f
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