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
The dependency installation script for Ubuntu 18.04 installs yarn under sudo. This creates a ~/.config directory with root permissions. When I execute arches-project create my_project during installation I get a permission error. If I fix the permissions to my user and run it again, it works OK. I suggest adding a line to instruct the user to check that the permissions are correct before creating the project.
please add links to existing docs or code (if relevant)
Just noticed that the permissions for the ~/.config dir are set to the user (not root) on Ubuntu 18.04 desktop. So this issue only applies to Ubuntu 18.04 server.
@mradamcox I briefly took a swing at fixing this in the install script. I tried installing without sudo, but ran into errors. I'm sure there's a solution, but a bit more time needs to be spent on it. I created an issue in Arches to address it there if we can: archesproject/arches#6805
describe the issue
The dependency installation script for Ubuntu 18.04 installs yarn under
sudo
. This creates a~/.config
directory with root permissions. When I executearches-project create my_project
during installation I get a permission error. If I fix the permissions to my user and run it again, it works OK. I suggest adding a line to instruct the user to check that the permissions are correct before creating the project.please add links to existing docs or code (if relevant)
New instructions should be added here:
https://arches.readthedocs.io/en/stable/installation/
which release does this issue concern?
stable
The text was updated successfully, but these errors were encountered: