https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 43f5bf9e0bb354be4a9a26990b5a8757f7c457af authored by Nicolas Dandrimont on 01 October 2015, 09:32:07 UTC
Bump swh.core dependency version
Tip revision: 43f5bf9
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