client_CLI_install.md
... ...
@@ -27,14 +27,14 @@ The SBGrid installation client requires an individual account. To get started, f
27 27
28 28
There is minimal installation needed for these binaries. They can be run from any location. Untar the archive, make the file executable if necessary, and run from your preferred location.
29 29
30
-[Mac : 1.0.518, 2017-05-15](downloads/sbgrid-1.0.518-Darwin.tgz)
30
+[Mac : 1.0.555, 2017-06-21](downloads/sbgrid-1.0.555-Darwin.tgz)
31 31
32
-[Linux : 1.0.518, 2017-05-15](downloads/sbgrid-1.0.518-Linux.tgz)
32
+[Linux : 1.0.555, 2017-06-21](downloads/sbgrid-1.0.555-Linux.tgz)
33 33
34 34
```
35
-$ tar -zxf sbgrid-1.0.518-Darwin.tgz
35
+$ tar -zxf sbgrid-1.0.555-Darwin.tgz
36 36
37
-$ cd sbgrid-1.0.518-Darwin
37
+$ cd sbgrid-1.0.555-Darwin
38 38
39 39
$ ./sbgrid
40 40
usage:
... ...
@@ -71,7 +71,7 @@ sbgrid: error: too few arguments
71 71
## CLI client - Installation and activation
72 72
**1. Download the latest SBGrid installation client from here.**
73 73
74
-[Latest build : 1.0.518, 2017-05-15](downloads/sbgrid-1.0.518-py2-none-any.whl)
74
+[Latest build : 1.0.555, 2017-06-21](downloads/sbgrid-1.0.555-py2-none-any.whl)
75 75
76 76
**2. Install / Upgrade with pip**
77 77
client_install.md
... ...
@@ -28,7 +28,7 @@ Usage info for the GUI and command line clients can be found here : [GUI Usage](
28 28
29 29
**1. Download the latest SBGrid installation client from here.**
30 30
31
- [Latest build : 1.0.518, 2017-05-15](downloads/SBGrid_Installer-1.0.518.dmg)
31
+ [Latest build : 1.0.555, 2017-06-21](downloads/SBGrid_Installer-1.0.555.dmg)
32 32
33 33
**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.
34 34
downloads/SBGrid_Installer-1.0.555.dmg
... ...
Binary files /dev/null and b/downloads/SBGrid_Installer-1.0.555.dmg differ
downloads/sbgrid-1.0.555-Darwin.tgz
... ...
Binary files /dev/null and b/downloads/sbgrid-1.0.555-Darwin.tgz differ
downloads/sbgrid-1.0.555-Linux.tgz
... ...
Binary files /dev/null and b/downloads/sbgrid-1.0.555-Linux.tgz differ
downloads/sbgrid-1.0.555-py2-none-any.whl
... ...
Binary files /dev/null and b/downloads/sbgrid-1.0.555-py2-none-any.whl differ
usage/client_CLI_install.md
... ...
@@ -2,6 +2,8 @@
2 2
3 3
The SBGrid software stack can be installed using our CLI (command line interface) installation client for [Linux (CentOS/RHEL 6 or 7 recommended) or Apple OSX computers running MacOSX v10.9 - 10.12.](operatingsystems)
4 4
5
+Three software installers are available. Binary releases are available for MacOS and CentOS7/Ubuntu operating systems. A python release is also provided which is compatible with Mac and most Linux (CentOS6 and higher) operating systems.
6
+
5 7
The SBGrid installation client requires an individual account. To get started, first, set up an account by registering here : [SBGrid registration](https://sbgrid.org/registration/register/)
6 8
7 9
### Pre-installation requirements
... ...
@@ -21,20 +23,55 @@ The SBGrid installation client requires an individual account. To get started, f
21 23
**pip**
22 24
pip is a package management system used to install and manage software packages written in Python. The software installation client is installable by pip. This may not be on you machine by default, instructions for adding it are included here.
23 25
24
-### pip - Mac Installation
26
+### Binary releases : MacOS and Linux Installation
27
+
28
+There is minimal installation needed for these binaries. They can be run from any location. Untar the archive, make the file executable if necessary, and run from your preferred location.
29
+
30
+[Mac : 1.0.555, 2017-06-21](downloads/sbgrid-1.0.555-Darwin.tgz)
31
+
32
+[Linux : 1.0.555, 2017-06-21](downloads/sbgrid-1.0.555-Linux.tgz)
33
+
34
+```
35
+$ tar -zxf sbgrid-1.0.555-Darwin.tgz
36
+
37
+$ cd sbgrid-1.0.555-Darwin
38
+
39
+$ ./sbgrid
40
+usage:
41
+sbgrid <command> [<command_args>]
42
+
43
+Available commands are:
44
+ activate activate new installation
45
+ grids list available grids
46
+ info print package metadata
47
+ install install single package
48
+ install-all install all packages from collection
49
+ installed list installed packages
50
+ list list available packages
51
+ rebuild rebuild installation
52
+ remove remove installed package
53
+ resume resume interrupted installations
54
+ update update package to latest release/version
55
+ update-all update all packages to latest release/version
56
+ updates list available updates for installed packages
57
+ version print package version string
58
+sbgrid: error: too few arguments
59
+```
60
+
61
+### Install python wheel using **pip** - Mac Installation
25 62
26 63
On mac, pip is available from [macports](https://www.macports.org/), [homebrew](http://brew.sh/), and [fink](http://finkproject.org/). It also can be added using **easy_install**. easy_install will install pip into your system python.
27 64
28 65
$ sudo easy_install pip
29 66
30
-### pip - Linux Installation
67
+### Install python wheel using **pip** - Linux Installation
31 68
32 69
On CentOS6, you can install pip from the EPEL repository (yum -y install python-pip) or as [per these directions](https://pip.pypa.io/en/stable/installing/)
33 70
34 71
## CLI client - Installation and activation
35 72
**1. Download the latest SBGrid installation client from here.**
36 73
37
-[Latest build : 1.0.471, 2017-02-17](downloads/archive/SBGrid_Installer-1.0.471-py2-none-any.whl)
74
+[Latest build : 1.0.555, 2017-06-21](downloads/sbgrid-1.0.555-py2-none-any.whl)
38 75
39 76
**2. Install / Upgrade with pip**
40 77
usage/client_install.md
... ...
@@ -2,7 +2,7 @@
2 2
3 3
The SBGrid softare collection can be installed using our graphical installation client for Apple OSX computers running MacOSX v10.9 - 10.12 .
4 4
5
-![](../images/client_all.png)
5
+![](images/client_all.png)
6 6
7 7
Looking to get started with the SBGrid installation client? First, set up an account by registering here : [SBGrid registration](https://sbgrid.org/registration/register/)
8 8
... ...
@@ -28,7 +28,7 @@ Usage info for the GUI and command line clients can be found here : [GUI Usage](
28 28
29 29
**1. Download the latest SBGrid installation client from here.**
30 30
31
- [Latest build : 1.0.506, 2017-04-21](downloads/SBGrid_Installer-1.0.506.dmg)
31
+ [Latest build : 1.0.518, 2017-05-15](downloads/SBGrid_Installer-1.0.518.dmg)
32 32
33 33
**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.
34 34