Stream: conformance
Topic: Torinox on macOS issue
Alexander Henket (Sep 30 2018 at 15:37):
I installed dotnet + Torinox on macOS. When you try to add a server alias, you get a never ending list of Access issues. Bug? The path I would expect it to go to is ~/Library/Application Support/Torinox which it should create first obviously
mbplocal ahenket$ fhir server add vonk https://vonk.fire.ly
Access to the path '/Library/Application Support/Torinox' is denied.
Access to the path '/Library/Application Support/Torinox' is denied.
...
Martijn Harthoorn (Sep 30 2018 at 15:39):
Our testing on OSX has been very limited. We can change the config storage location...
Alexander Henket (Sep 30 2018 at 15:59):
I don't know what you need from this folder. I used to work with maven and the .m2 folder is created at user level, not system level. For now I've manually created /Library/Application Support/Torinox and gave it myself as owner
sudo mkdir /Library/Application\ Support/Torinox sudo chown ahenket:staff /Library/Application\ Support/Torinox
After that (chown was necessary as fhir
runs on user privileges), the fhir
command now runs
Martijn Harthoorn (Sep 30 2018 at 16:00):
Ok. Will try to move it up to the user level in next release.
Alexander Henket (Sep 30 2018 at 16:03):
There could be a drawback on multi-user systems, or build servers in general if you go user level. You would have multiple copies of the package repo depending on how many users attempt to build. I'll have to leave the wisdom around that to you and the team
Alexander Henket (Sep 30 2018 at 16:04):
The good news for user level is that will "just work'
Martijn Harthoorn (Sep 30 2018 at 16:39):
I'll look into it.
Last updated: Apr 12 2022 at 19:14 UTC