Posted this in the Daisy Pipeline issues at first.
Would greatly appreciate any assistance with this.
What is required to run dp2 command in a Linux environment?
Expected Behavior
Run commands using CLI in Ubuntu 20.04
dp2 help etc.
Actual Behavior
Then I tried running what I assume to be the dp2 file directly inside of /opt/daisy-pipeline2/bin
and I get this
"pipeline2: Program must be run as user `pipeline2'. Try: su pipeline2 -s ./pipeline2 help"
Even if I try to run it as pipeline2 it says "su: using restricted shell /usr/sbin/nologin
This account is currently not available."
Steps to Reproduce
1. Install deb package in Ubuntu 20.04 using dpkg
2. Run dp2
Details
The CLI is working without issue in my Windows installation but I need it to work on Ubuntu Server.
Is there an environment variable I can set so dp2 command starts working? (why isn't it easy to find in the documentation)
Surely I must be missing something obvious.
May be a valid path to use CLI
Is this required to run dp2 in terminal?
Update: Some of the dependencies go get links are redundant / not working
Environment
* Operating system: Ubuntu 20.04.1 LTS
* DAISY Pipeline 2 version: 1.13.0
* Interface: CLI / Service
Log