everware.yml

igormusinov edited this page Apr 12, 2017 · 1 revision

everware.yml is a configuration file.

  1. You can specify data links there.
  2. If you need ssl certificate for downloading, you can specify the certificate url with data url. If you want specify the certificate url manually or download certificate from your machine use "manually" option.
  3. Now, it supports http and xrootd protocols.
  4. You have to place everware.yml in the root of a repository.
  5. Remember about spaces after yml tags.

Example of everware.yml

container:
 data: 
 - {url: "<url>", ssl: "[<url> | "manually"]"}
 - "<url>"
 - "root://<host:port>/<path_to_folder>"