recast-hep / recast-atlas

CLI for ATLAS RECAST contributors
https://recast.docs.cern.ch/
Apache License 2.0
7 stars 5 forks source link

docs: Add additional run requirements to 'local' and 'reana' backend examples #143

Closed matthewfeickert closed 3 months ago

matthewfeickert commented 3 months ago

Provides a workaround for Issue https://github.com/recast-hep/recast-atlas/issues/51 and https://github.com/recast-hep/recast-atlas/issues/118.

* To have the local backend run correctly it requires the Linux containers being
  executed to be root. To ensure this, set the 'PACKTIVITY_DOCKER_CMD_MOD'
  environment variable to "-u root".
* Add environmental setup instructions for the 'reana' backend example.
* Add 'coolname' in install example and use it for the local backend tag.
* Add additional explanations to both the 'local' and 'reana' backend examples.