catalina.md
... ...
@@ -1,11 +1,11 @@
1
-# Using SBGrid with MacOS 10.15+ 'Catalina', 'Big Sur'
1
+# Using SBGrid with MacOS 10.15 and later
2 2
3
-SBGrid software is largely compatible with macOS 10.15 *Catalina* and macOS 11 *Big Sur*, but the installation process requires a reboot after account activation to accomodate new filesystem controls.This is only needed after the initial account activation.
3
+SBGrid software is largely compatible with macOS 10.15 *Catalina* and macOS 11 *Big Sur*, but the installation process requires a reboot after account activation to accomodate filesystem controls.This is only needed after the initial account activation.
4 4
5 5
**The latest versions for the SBGrid Installation manager (GUI and CLI) will handle the creation of the required '/etc/synthetic.conf' file automatically. A reboot is required after the activation step, but no other action should be required.** SBGrid software will be available after reboot.
6 6
7
-Activation instructions:
8
-[Command line : https://sbgrid.org/sbgrid-cli.md](https://sbgrid.org/sbgrid-cli.md)
7
+Activation instructions:
8
+[Command line : https://sbgrid.org/sbgrid-cli.md](https://sbgrid.org/sbgrid-cli.md)
9 9
[Graphical : https://sbgrid.org/sbgrid-gui.md](https://sbgrid.org/sbgrid-gui.md)
10 10
11 11
Once the activation process is completed and the system has been rebooted, the manager can be used normally.
... ...
@@ -15,6 +15,19 @@ Once the activation process is completed and the system has been rebooted, the m
15 15
- Also note the XQuartz is required for many applications. If you have upgraded to Catalina from an 10.14 or earlier, you will need to reinstall XQuartz. See [https://www.xquartz.org/](https://www.xquartz.org/) for downloads and more info.
16 16
- [More details about compatibility with the latest macOS and Apple hardware can be found here](big-sur.md)
17 17
18
+
19
+-----
20
+**
21
+Activation instructions:The operations outlined below are not typically required but are included for reference.**
22
+
23
+- [Using SBGrid with MacOS 10.15 and later](#using-sbgrid-with-macos-1015-and-later)
24
+ - [Manual creation of the programs path](#manual-creation-of-the-programs-path)
25
+ - [Disable SIP from Recovery mode](#disable-sip-from-recovery-mode)
26
+ - [Remount root filesystem as read/write](#remount-root-filesystem-as-readwrite)
27
+ - [Re-enable SIP](#re-enable-sip)
28
+ - [How to stop nagging macOS update alerts](#how-to-stop-nagging-macos-update-alerts)
29
+ - [How to ignore macOS Catalina update on your mac](#how-to-ignore-macos-catalina-update-on-your-mac)
30
+
18 31
### Manual creation of the programs path
19 32
20 33
This process is not typically required with the latest versions of the SBGrid Installation manager, but we have provided the instructions here for reference.
client_install.md
... ...
@@ -22,7 +22,7 @@ A [video tutorial of the new SBGrid Installation manager is available here](http
22 22
23 23
The SBGrid installation manager will install the software collection to `/opt/sbgrid` by default. A symlink from `/programs` to the installation directory is required and this step does require admin priveleges. **Admin privileges are not required to run the applications**, only for the initial installation, specifically the creation of /opt/sbgrid and for `/programs` (required).
24 24
25
-The Installation Manger uses 'sudo' for priveleged installation tasks. As such, it should be used from an account with sudo privileges if this functionality is desired. This is the default for admin accouunts on macOS.
25
+The Installation Manger uses 'sudo' for priveleged installation tasks. As such, it should be used from an account with sudo privileges if this functionality is desired. This is the default configuration for admin accounts on macOS.
26 26
27 27
The SBGrid installation manager requires an account with the SBGrid Consortium. If your lab or institution is a consortium member, you can set up an account by registering here : [SBGrid registration](https://sbgrid.org/registration/register/)
28 28