swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 672dd1c9a47b4a29519a11a8a0d6aa1117a8382f authored by Nicolas Dandrimont on 13 October 2015, 10:27:01 UTC
objstorage: create files as mode 0o644
Tip revision: 672dd1c
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