Sha256: 561fff86f894b3f85a3773820e089fd2d7ce6c12c2a2668b6d41513767779298

Contents?: true

Size: 444 Bytes

Versions: 2

Compression:

Stored size: 444 Bytes

Contents

#!/bin/bash

# Set permissions to read unexisting categories
curl "http://127.0.0.1:2113/streams/\$settings" \
    -i -d @bin/permissions.json \
    --user admin:changeit \
    -H "Content-Type: application/vnd.eventstore.events+json" \
    > /dev/null

# Enable $by-category projection
curl 'http://127.0.0.1:2113/projection/$by_category/command/enable' \
    -X POST \
    --user admin:changeit \
    -H 'Content-Length: 0' \
    > /dev/null

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rom-event_store-0.0.7 bin/init-es
rom-event_store-0.0.6 bin/init-es