client_CLI_install.md
... ...
@@ -18,7 +18,7 @@
18 18
- [Known Issues](#general-usage_known-issues)
19 19
20 20
## Installation
21
-The SBGrid software stack can be installed using our command line client for [Linux (CentOS/RHEL 7 recommended) or Apple OSX computers running MacOSX v10.11 - 10.14.](operatingsystems)
21
+The SBGrid software stack can be installed using our command line client for [Linux (CentOS/RHEL 7 recommended) or Apple OSX computers running MacOSX v10.11 - 10.15.](operatingsystems)
22 22
23 23
Two software installers are available. Binary releases are available for MacOS and CentOS7 operating systems.
24 24
... ...
@@ -42,7 +42,7 @@ The SBGrid installation client requires an individual account. To get started, f
42 42
### Binary releases
43 43
Binary releases of the install client are recommended - there is minimal installation needed for these binaries and they can be run from any location with no dependencies. Untar the archive, make the file executable if necessary, and run from your preferred location.
44 44
45
-[Mac : 1.0.695, 2018-03-21](downloads/sbgrid-1.0.695-Darwin.tgz)
45
+[Mac : 1.0.695, 2020-05-31](downloads/sbgrid-1.0.695-Darwin.tgz)
46 46
47 47
[Linux : 1.0.695, 2020-05-31](downloads/sbgrid-1.0.695-Linux.tgz)
48 48
client_install.md
... ...
@@ -46,7 +46,7 @@ A command line version is also available for mac and linux - installation instru
46 46
47 47
**1. Download the latest SBGrid installation client from here.**
48 48
49
- [Latest build : 1.0.695, 2018-03-21](downloads/SBGrid_Installer-1.0.695.dmg)
49
+ [Latest build : 1.0.695, 2020-05-31](downloads/SBGrid_Installer-1.0.695.dmg)
50 50
51 51
**2. Mount the .dmg disk image on your Mac.** Copy the 'SBGrid installer.app' to a convenient location - it does not need to be in /Applications. The .app bundle can be run directly from the mounted dmg image with no installation if desired.
52 52
developers.md
... ...
@@ -1,13 +1,12 @@
1 1
## SBGrid Developer Support Program
2 2
In an effort to show our appreciation for their hard work and to encourage the continuing development and support of cutting edge structural biology software, SBGrid offers a Developer Support Program featuring a wide array of benefits for structural biology software developers.
3 3
4
-- [SBGrid Developer Support Program](#sbgrid-developer-support-program)
5
- - [Support Letters](#support-letters)
6
- - [Software Beta Testing](#software-beta-testing)
7
- - [Annual Software Awards](#annual-software-awards)
8
- - [Stretch Your Resources](#stretch-your-resources)
9
- - [Broad Exposure for Your Software](#broad-exposure-for-your-software)
10
- - [Connect With Users](#connect-with-users)
4
+- [Support Letters](#sbgrid-developer-support-program_support-letters)
5
+- [Software Beta Testing](#sbgrid-developer-support-program_software-beta-testing)
6
+- [Annual Software Awards](#sbgrid-developer-support-program_annual-software-awards)
7
+- [Stretch Your Resources](#sbgrid-developer-support-program_stretch-your-resources)
8
+- [Broad Exposure for Your Software](#sbgrid-developer-support-program_broad-exposure-for-your-software)
9
+- [Connect With Users](#sbgrid-developer-support-program_connect-with-users)
11 10
12 11
### Support Letters
13 12
When applying for grants or financial support please let us know! We can provide support letters on behalf of members of SBGrid Consortium. Letters would include details about our membership, number of computers that can access your software, operating systems used by our community, etc. Please use the [contact form](http://sbgrid.org/contact.php|contact) on the SBGrid website.
installation_overview.md
... ...
@@ -48,5 +48,5 @@ We build and test the programs under the most five most recent OS X releases.
48 48
49 49
Currently Supported:
50 50
51
-* OS X Intel 10.11 - 10.14
51
+* OS X Intel 10.11 - 10.15
52 52
* As above with earlier versions of linux, there are many software applications that are fully functional on earlier versions of MacOSX in the SBGrid tree. We work to maintain an environment compatible with these OS versions, though they may not receive the latest applications.
operatingsystems.md
... ...
@@ -17,7 +17,7 @@ We build and test the programs under the most five most recent OS X releases.
17 17
18 18
Currently Supported:
19 19
20
-* OS X Intel 10.11 - 10.14
20
+* OS X Intel 10.11 - 10.15
21 21
* As above with earlier versions of linux, there are many software applications that are fully functional on earlier versions of MacOSX in the SBGrid tree. We work to maintain an environment compatible with these OS versions, though they may not receive the latest applications available.
22 22
23 23
## OS X PowerPC
sbgrid-cloudinstall.sh
... ...
@@ -1,11 +1,11 @@
1 1
#!/bin/bash
2 2
3 3
#echo "Downloading sbgrid installation client"
4
-curl -LO https://sbgrid.org/wiki/downloads/sbgrid-1.0.694-Linux.tgz
4
+curl -LO https://sbgrid.org/wiki/downloads/sbgrid-1.0.695-Linux.tgz
5 5
6 6
# Echo ""
7
-tar -zxvf sbgrid-1.0.694-Linux.tgz
8
-cd sbgrid-1.0.694-Linux
7
+tar -zxvf sbgrid-1.0.695-Linux.tgz
8
+cd sbgrid-1.0.695-Linux
9 9
10 10
echo "what is your site name"
11 11
read SITE