Commit 30d04e5a authored by Lefebvre, Robert Alexander's avatar Lefebvre, Robert Alexander
Browse files

Edit README.md to add clarification to Mac Workbench application quarantine removal

parent 168832cb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -226,9 +226,9 @@ Newer Mac operating systems require applications to be certified and signed. The

1. Open a terminal and change directory into the root directory of the Workbench installation (E.g., /software/Workbench)
2. Remove the quarantine attribute from the Workbench executable
  - `xattr -dr com.apple.quarantine ./bin/* `
  - `xattr -dr com.apple.quarantine /Applications/Workbench-5.5.1.app`
3. Execute Workbench
  - `./bin/Workbench`
  - `/Applications/Workbench-5.5.1.app/Contents/bin/Workbench`

### Rerunning SetupRemote for MCNP after opening an MCNP input
The issue here is that the MCNP language server is running in the background due to having opened an MCNP input. During the SetupRemote process a new copy of the language server will be retrieved and installed. On Windows, because the language server is in use, the SetupRemote step fails providing an error about the file being locked. This isn't a big deal because there is currently only one language server for MCNP, but because the SetupRemote fails the new configured parameters are not properly finalized. This typically occurs when you want to change the path to MCNP on the server (E.g., because you got the path wrong the first time).