Skip to content

Commit

Permalink
Merge pull request #683 from MetPX/v03_issue677
Browse files Browse the repository at this point in the history
documentation correction for #677

Patches look good! ✅
  • Loading branch information
MagikEh authored May 26, 2023
2 parents a18a55f + 387ff23 commit d3e3f74
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/source/Tutorials/Install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@ available in the source repository. For earlier ubuntu versions, install
via pip is required because of missing dependencies in the python environment
shipped with earlier operating systems.

One can create a bulletin ingest configuration::

mkdir -p ~/.config/sr3/subscribe
cat <<EOT >~/.config/sr3/subscribe/data-ingest.conf
broker amqps://hpfx.collab.science.gc.ca

topicPrefix v02.post
subtopic *.WXO-DD.bulletins.alphanumeric.#

directory /tmp/data-ingest
EOT

If an option is not installed, but is needed for a given configuration, then sr3 will
detect it and complain, and one needs to install the missing support::

Expand Down

0 comments on commit d3e3f74

Please sign in to comment.