Skip to content

Linux Installation - Permissions and Remotes #257

Discussion options

You must be logged in to vote

Following up ... the issue with the "Permission denied" messages was apparently caused by the systemd service I'd created for running IRIS on startup (and shutting it down gracefully on system shutdown). Although IRIS was running as irisusr, the iris.service configuration started it in root's context and environment. That worked fine until I needed to do something that required irisusr's environment, like use git :/

Adding remotes was done in the linux shell, as linux user irisusr. They're all filesystem-based for now; nothing going to a remote repo in the cloud. Yet.

Finally, seems like creating a bare repository for a remote and pushing to that works better than cloning. Not sure why th…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by DodgeDeBoulet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant