Versions Compared

Key

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

...

When Matterhorn is running on a different server than Avalon and they don't share the same filesystem (and filesystem paths) for both the Rails web upload directory and dropbox, Avalon uses something called a working file path.  The working file path is a copy of the originally uploaded file where Matterhorn has access and at a path shared by both servers.  The working file path is stored on the MasterFile so that it can be cleaned up by a background job after the MasterFile has finished processing.


Image Modified

Code Block
titleconfig/settings.xml
matterhorn:
  media_path: '/srv/matterhorn/ingest'

...