2cb958db5e37fdffd2f133f276682c30149341ab
SBGrid-Wiki.md
... | ... | @@ -13,6 +13,7 @@ SBGrid is a global consortium of research labs in academia and industry using st |
13 | 13 | This site provides information on how to install, use, and get help with your SBGrid software installation. Here you can also find information about SBGrid services. Please let us know if you have questions. |
14 | 14 | |
15 | 15 | ### Recent Wiki Posts |
16 | +- [2023.05.04 - Installation Manager version 2.9.7](client_downloads) |
|
16 | 17 | - [2023.05.04 - Installation Manager version 2.9.5](client_downloads) |
17 | 18 | - [2023.04.17 - Installation Manager version 2.9.4 release candidate](client_downloads) |
18 | 19 | - [2023.03.30 - Installation Manager version 2.9.3 release candidate](client_downloads) |
client_downloads.md
... | ... | @@ -5,8 +5,8 @@ The SBGrid Installation is the primary |
5 | 5 | |
6 | 6 | - [SBGrid Installation Manager - Downloads](#sbgrid-installation-manager---downloads) |
7 | 7 | - [Requirements](#requirements) |
8 | - - [SBGrid Installation Manager for MacOS and Linux, v2.9.5](#sbgrid-installation-manager-for-macos-and-linux-v295) |
|
9 | - - [SBGrid Command-line Installation Manager for MacOS and Linux, v2.9.5](#sbgrid-command-line-installation-manager-for-macos-and-linux-v295) |
|
8 | + - [SBGrid Installation Manager for MacOS and Linux, v2.9.7](#sbgrid-installation-manager-for-macos-and-linux-v295) |
|
9 | + - [SBGrid Command-line Installation Manager for MacOS and Linux, v2.9.7](#sbgrid-command-line-installation-manager-for-macos-and-linux-v295) |
|
10 | 10 | |
11 | 11 | <!-- /TOC --> |
12 | 12 | |
... | ... | @@ -24,30 +24,30 @@ Under linux, the GUI Installation Manager may require installation of some addit |
24 | 24 | The SBGrid installation manager requires an account. Set up an account by |
25 | 25 | registering here : [SBGrid registration](https://sbgrid.org/registration/register/) |
26 | 26 | |
27 | -### SBGrid Installation Manager for MacOS and Linux, v2.9.5 |
|
27 | +### SBGrid Installation Manager for MacOS and Linux, v2.9.7 |
|
28 | 28 | |
29 | -- [Linux : SBGrid-installation-manager-2.9.5.AppImage ](https://sbgrid.org/downloads/2.9.5/SBGrid-installation-manager-2.9.5.AppImage) |
|
29 | +- [Linux : SBGrid-installation-manager-2.9.7.AppImage ](https://sbgrid.org/downloads/2.9.7/SBGrid-installation-manager-2.9.7.AppImage) |
|
30 | 30 | |
31 | -- [macOS : SBGrid-installation-manager-2.9.5.dmg ](https://sbgrid.org/downloads/2.9.5/SBGrid-installation-manager-2.9.5.dmg) |
|
31 | +- [macOS : SBGrid-installation-manager-2.9.7.dmg ](https://sbgrid.org/downloads/2.9.7/SBGrid-installation-manager-2.9.7.dmg) |
|
32 | 32 | |
33 | 33 | See [this page](client_usage) for usage info. |
34 | 34 | |
35 | -### SBGrid Command-line Installation Manager for MacOS and Linux, v2.9.5 |
|
35 | +### SBGrid Command-line Installation Manager for MacOS and Linux, v2.9.7 |
|
36 | 36 | |
37 | -- [Linux : sbgrid-cli_2.9.5-linux.tar.gz ](https://sbgrid.org/downloads/2.9.5/sbgrid-cli_2.9.5-linux.tar.gz) |
|
37 | +- [Linux : sbgrid-cli_2.9.7-linux.tar.gz ](https://sbgrid.org/downloads/2.9.7/sbgrid-cli_2.9.7-linux.tar.gz) |
|
38 | 38 | |
39 | -- [macOS : sbgrid-cli_2.9.5-macos.tar.gz ](https://sbgrid.org/downloads/2.9.5/sbgrid-cli_2.9.5-macos.tar.gz) |
|
39 | +- [macOS : sbgrid-cli_2.9.7-macos.tar.gz ](https://sbgrid.org/downloads/2.9.7/sbgrid-cli_2.9.7-macos.tar.gz) |
|
40 | 40 | |
41 | 41 | You can download this tar.gz file from the Terminal. Run this command: |
42 | 42 | |
43 | 43 | For Linux |
44 | 44 | ``` |
45 | -curl -k -LO https://sbgrid.org/downloads/2.9.5/sbgrid-cli_2.9.5-linux.tar.gz |
|
45 | +curl -k -LO https://sbgrid.org/downloads/2.9.7/sbgrid-cli_2.9.7-linux.tar.gz |
|
46 | 46 | ``` |
47 | 47 | |
48 | 48 | For macOS |
49 | 49 | ``` |
50 | -curl -k -LO https://sbgrid.org/downloads/2.9.5/sbgrid-cli_2.9.5-macos.tar.gz |
|
50 | +curl -k -LO https://sbgrid.org/downloads/2.9.7/sbgrid-cli_2.9.7-macos.tar.gz |
|
51 | 51 | ``` |
52 | 52 | |
53 | 53 | This will prevent the need to [remove the com.apple.quarantine attribute.](https://sbgrid.org//wiki/sbgrid-cli#installation) |