b5f29b86ed067d840342959876398ada0ee590d1
client_downloads.md
... | ... | @@ -1,53 +1,32 @@ |
1 | 1 | ## SBGrid Installation Manager - Downloads |
2 | 2 | |
3 | -The SBGrid Installation is the primary |
|
4 | -<!-- TOC --> |
|
5 | - |
|
6 | -- [SBGrid Installation Manager - Downloads](#sbgrid-installation-manager---downloads) |
|
7 | - - [Requirements](#requirements) |
|
8 | - - [SBGrid Installation Manager for MacOS and Linux, v2.9.9](#sbgrid-installation-manager-for-macos-and-linux-v295) |
|
9 | - - [SBGrid Command-line Installation Manager for MacOS and Linux, v2.9.9](#sbgrid-command-line-installation-manager-for-macos-and-linux-v295) |
|
10 | - |
|
11 | -<!-- /TOC --> |
|
12 | - |
|
13 | -### Requirements |
|
14 | - |
|
15 | -SBGrid can be installed on computers running Linux or macOS operating systems. |
|
16 | -[CentOS/RHEL 7 or 8 is recommended for linux, or MacOSX v10.13 - macOS 12 for |
|
17 | -Macs](operatingsystems). On macOS 10.15+ an `/etc/synthetic.conf` file is |
|
18 | -required to create the root level `/programs` symlink on the read-only |
|
19 | -filesystem. The GUI Installation Manager will create this automatically. See |
|
20 | -[here for more info.](macos) |
|
21 | - |
|
22 | -Under linux, the GUI Installation Manager may require installation of some additional packages (if these have not already been installed by the desktop environment); under Alma 9 these are : `fuse-libs fuse nss atk-devel at-spi2-atk gtk3 mesa-libgbm nss-util`. |
|
23 | - |
|
24 | 3 | The SBGrid installation manager requires an account. Set up an account by |
25 | 4 | registering here : [SBGrid registration](https://sbgrid.org/registration/register/) |
26 | 5 | |
27 | -### SBGrid Installation Manager for MacOS and Linux, v2.9.9 |
|
6 | +### Download SBGrid Installation Manager (GUI) for MacOS and Linux, v2.11.2 |
|
28 | 7 | |
29 | -- [Linux : SBGrid-installation-manager-2.9.9.AppImage ](https://sbgrid.org/downloads/2.9.9/SBGrid-installation-manager-2.9.9.AppImage) |
|
8 | +- [Linux : SBGrid-installation-manager-2.11.2.AppImage ](https://sbgrid.org/downloads/2.11.2/SBGrid-installation-manager-2.11.2.AppImage) |
|
30 | 9 | |
31 | -- [macOS : SBGrid-installation-manager-2.9.8.dmg ](https://sbgrid.org/downloads/2.9.8/SBGrid-installation-manager-2.9.8.dmg) |
|
10 | +- [macOS : SBGrid-installation-manager-2.11.2.dmg ](https://sbgrid.org/downloads/2.11.2/SBGrid-installation-manager-2.11.2.dmg) |
|
32 | 11 | |
33 | 12 | See [this page](client_usage) for usage info. |
34 | 13 | |
35 | -### SBGrid Command-line Installation Manager for MacOS and Linux, v2.9.9 |
|
14 | +### Download SBGrid Installation Manager Command-line, MacOS and Linux, v2.11.2 |
|
36 | 15 | |
37 | -- [Linux : sbgrid-cli_2.9.9-linux.tar.gz ](https://sbgrid.org/downloads/2.9.9/sbgrid-cli_2.9.9-linux.tar.gz) |
|
16 | +- [Linux : sbgrid-cli_2.11.2-linux.tar.gz ](https://sbgrid.org/downloads/2.11.2/sbgrid-cli_2.11.2-linux.tar.gz) |
|
38 | 17 | |
39 | -- [macOS : sbgrid-cli_2.9.9-macos.tar.gz ](https://sbgrid.org/downloads/2.9.9/sbgrid-cli_2.9.9-macos.tar.gz) |
|
18 | +- [macOS : sbgrid-cli_2.11.2-macos.tar.gz ](https://sbgrid.org/downloads/2.11.2/sbgrid-cli_2.11.2-macos.zip) |
|
40 | 19 | |
41 | 20 | You can download this tar.gz file from the Terminal. Run this command: |
42 | 21 | |
43 | -For Linux |
|
22 | +For Linux |
|
44 | 23 | ``` |
45 | -curl -k -LO https://sbgrid.org/downloads/2.9.9/sbgrid-cli_2.9.9-linux.tar.gz |
|
24 | +curl -k -LO https://sbgrid.org/downloads/2.11.2/sbgrid-cli_2.11.2-linux.tar.gz |
|
46 | 25 | ``` |
47 | 26 | |
48 | 27 | For macOS |
49 | 28 | ``` |
50 | -curl -k -LO https://sbgrid.org/downloads/2.9.9/sbgrid-cli_2.9.9-macos.tar.gz |
|
29 | +curl -k -LO https://sbgrid.org/downloads/2.11.2/sbgrid-cli_2.11.2-macos.zip |
|
51 | 30 | ``` |
52 | 31 | |
53 | 32 | This will prevent the need to [remove the com.apple.quarantine attribute.](https://sbgrid.org//wiki/sbgrid-cli#installation) |