-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In the Ansible README, the instructions clone the Ansible playbooks into a directory that is typically owned by root on Fedora/RHEL systems:
install -d -o $USER /usr/local/src/ChRIS_ultron_backEnd
git clone [email protected]:team19hackathon2021/ChRIS_ultron_backEnd.git /usr/local/src/ChRIS_ultron_backEndSince we are only interested in the playbooks and using python's Virtualenv capability, installing into a root-owned directory is probably not necessary. I recommend that we instruct users and contributors to install the ChRIS backend repository to a user-owned directory:
install -d -o $USER ~/.local/src/ChRIS_ultron_backEnd
git clone [email protected]:team19hackathon2021/ChRIS_ultron_backEnd.git ~/.local/src/ChRIS_ultron_backEndMetadata
Metadata
Assignees
Labels
No labels