Is it possible to build on a Mac? #2631
-
We are looking at adding support for the $process-message operation however many of our developers are on Macs. Is it possible to build the fhir-server on a mac? Are there any configuration changes needed? |
Beta Was this translation helpful? Give feedback.
Answered by
mikaelweave
Jun 3, 2022
Replies: 1 comment 11 replies
-
Hi @rdingwell! I build the solution on my Mac often (both in Visual Studio and VS Code). It's totally possible - it's just not the normal flow most Devs use. What backend persistence type are you using? The challenge can be debugging. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The SSL errors generally mean system or code configuration issues. I used these instructions just now and the Cosmos tests worked. Make sure you look for the cert named "localhost" after you import.
Also, our integration tests do have the occasional transient error. Try to restart everything and run the test again. Please file an issue if you see a problem with a specific test or test area!