You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2022. It is now read-only.
Esmé Cowles edited this page Jun 15, 2017
·
3 revisions
In order to run workers on one or more separate servers, a few things need to be configured to prevent conflicts or problems with not being able to access local resources on the other machines:
Temporary files, such as uploaded files not loaded into Fedora, or generated derivates, are expected to be on the local filesystem in tmp/derivatives and tmp/uploads. To share these between nodes, use network-mounted storage (SMB, NFS, etc.) for these directories. To avoid issues with setting these directories up with each deploy, create them in the shared directory and link them with Capistrano's linked_dirs directive: https://github.com/pulibrary/plum/blob/master/config/deploy.rb#L31