admin_overrides.md
... ...
@@ -8,12 +8,12 @@ Site administrators can prevent the shell initialization files from configuring
8 8
where **<hostname>** is the output of the //hostname -s// command. This is useful for encouraging users not to run jobs on bastion hosts, file servers, etc.
9 9
10 10
### Administrator Software Version Overrides
11
-Most of the software titles installed in the SBGrid Suite have several versions available. Typically, we try to provide at least three versions of each software package, although very old or very new applications may have fewer versions.
11
+Most of the software titles installed in the BioGrids Suite have several versions available. Typically, we try to provide at least three versions of each software package, although very old or very new applications may have fewer versions.
12 12
13 13
There are two methods for site admins to configure version overrides using files placed in a **/programs/local/conf/** directory.
14 14
15 15
- Site-wide Version Overrides
16
-A file named **site.conf** will be read when any SBGrid shell is initialized from the installation.
16
+A file named **site.conf** will be read when any BioGrids shell is initialized from the installation.
17 17
18 18
- Per-host Version Overrides
19 19
A file named **<hostname.conf>**, where **<hostname>** is the output of the //hostname -s// command, will be read after the site.conf on the host matching that hostname.
client_usage.md
... ...
@@ -7,7 +7,7 @@ The BioGrids software installation client is a GUI-based installer for the BioGr
7 7
8 8
![installed](images/client_install.png)
9 9
10
-The client GUI is displays software 'Collections' on the right panel with folder icons under the 'Packages' heading. These Collections control the list of titles displayed in the center 'main' panel.
10
+The client GUI displays software 'Collections' on the right panel with folder icons under the 'Packages' heading. These Collections control the list of titles displayed in the center 'main' panel.
11 11
12 12
The first of two of these 'Collections' are shortcut meta-collections of the local machine. The first is the currently installed titles. The second icon, Updates, shows updates available from BioGrids. 'Pending' is a collection of pending installs and removals. Below these shortcuts are packages are grouped by primary scientific uses. Installation status is also indicated in theses collections.
13 13