catalina.md
... ...
@@ -6,7 +6,7 @@ Once the activation process is completed following the procedure below, the clie
6 6
Note that macOS now uses the z-shell (zsh) by default.
7 7
This shell is also supported in BioGrids using the standard biogrids.shrc file.
8 8
9
-## Installation : the easy way with the latest command line client, sbgrid-cli.
9
+## Installation : the easy way with the latest command line client, biogrids-cli.
10 10
Activation with our latest command-line install client is possible in 3 steps, but a reboot is required to add the '/programs' path.
11 11
12 12
### 1. Download the client, biogrids-cli :
... ...
@@ -25,7 +25,7 @@ curl -LO https://biogrids.org/wiki/downloads/biogrids_cli_2.0.43_mac.tar.gz
25 25
Untar and run the application to test.
26 26
Untar :
27 27
```
28
-tar -zxf https://biogrids.org/wiki/downloads/biogrids_cli_2.0.43_mac.tar.gz
28
+tar -zxf biogrids_cli_2.0.43_mac.tar.gz
29 29
```
30 30
31 31
then run :
... ...
@@ -83,7 +83,7 @@ lrwxr-xr-x@ 1 root admin 11 Apr 11 12:31 etc -> private/etc
83 83
lrwxr-xr-x 1 root wheel 25 Apr 12 17:27 home -> /System/Volumes/Data/home
84 84
drwxr-xr-x 5 root wheel 160 Apr 20 13:35 opt
85 85
drwxr-xr-x 6 root wheel 192 Apr 11 12:40 private
86
-lrwxr-xr-x 1 root wheel 11 Apr 12 17:27 programs -> /opt/sbgrid
86
+lrwxr-xr-x 1 root wheel 11 Apr 12 17:27 programs -> /opt/biogrids
87 87
drwxr-xr-x@ 63 root wheel 2016 Apr 11 12:38 sbin
88 88
lrwxr-xr-x@ 1 root admin 11 Apr 11 12:38 tmp -> private/tmp
89 89
drwxr-xr-x@ 11 root wheel 352 Apr 11 12:38 usr
... ...
@@ -94,7 +94,7 @@ From there, you can continue to install software with the installation client, o
94 94
They are not mutually exclusive.
95 95
96 96
## Method 2, BioGrids graphical client, the not-so-easy way to activate. Requires 3 reboots.
97
-Activation with our graphical client is not compatible with MacOS 10.15 "Catalina" without temporarily disabling System Integrity Protection (SIP)
97
+Activation with our graphical client is not compatible with MacOS 10.15 "Catalina" without temporarily disabling System Integrity Protection (SIP).
98 98
While the approach above is easier and recommended, it is possible to activate with the GUI by following the process below.
99 99
100 100
To create the /programs symlink in Catalina without using the /etc/synthetic.conf file, the system filesystem must be remounted as read/write.