swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 8fc078faf28f9d9ac9e57e080e6e78c649e69b30 authored by Nicolas Dandrimont on 29 September 2015, 14:52:54 UTC
New upstream version 0.0.7
Tip revision: 8fc078f
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