diff --git a/README.dev b/README.dev new file mode 100644 index 00000000..71667c41 --- /dev/null +++ b/README.dev @@ -0,0 +1,13 @@ +# 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.py ~/.config/swh/storage.ini