Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a new collection in Circulation Manager and set up the following settings:
    1. Covers Mirror should be set up to the newly created S3 storage (it will appear in the dropdown only in the case you filled in Book Covers Bucket in S3 settings)
    2. Protected access mirror should be set up to the newly created S3 storage (it will appear in the dropdown only in the case you filled in Protected Access Content Bucket in S3 settings)
    3. URL signing should be set up to Sign URL and make them expirableImage Modified



  1. Import an ONIX collection into Circulation Manager: 

    Code Block
    /bin/directory_import \
        --collection Manual \
        --collection-type PROTECTED_ACCESS \
        --data-source-name oapen \
        --metadata-format onix \
        --metadata-file ./onix_collection/onix2.xml \
        --ebook-directory ./onix_collection \
        --rights-uri http://librarysimplified.org/terms/rights-status


    Info

    Please make sure that MARC/ONIX files, books and their covers are located on a local machine or at a network reachable location (for example, a file share in LAN).


  2. Update the search index: 

    Code Block
    /bin/search_index_refresh


  3. Try to download a book and Circulation Manager must generate a pre signed URL