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,6 +23,40 @@ 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
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.518, 2017-05-15](downloads/sbgrid-1.0.518-Darwin.tgz)
31
+[Linux : 1.0.518, 2017-05-15](downloads/sbgrid-1.0.518-Linux.tgz)
32
+
33
+```
34
+$ tar -zxf sbgrid-1.0.518-Darwin.tgz
35
+
36
+$ cd sbgrid-1.0.518-Darwin
37
+
38
+$ ./sbgrid
39
+usage:
40
+sbgrid <command> [<command_args>]
41
+
42
+Available commands are:
43
+ activate activate new installation
44
+ grids list available grids
45
+ info print package metadata
46
+ install install single package
47
+ install-all install all packages from collection
48
+ installed list installed packages
49
+ list list available packages
50
+ rebuild rebuild installation
51
+ remove remove installed package
52
+ resume resume interrupted installations
53
+ update update package to latest release/version
54
+ update-all update all packages to latest release/version
55
+ updates list available updates for installed packages
56
+ version print package version string
57
+sbgrid: error: too few arguments
58
+```
59
+
24 60
### pip - Mac Installation
25 61
26 62
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.
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.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
downloads/SBGrid_Installer-1.0.518.dmg
... ...
Binary files /dev/null and b/downloads/SBGrid_Installer-1.0.518.dmg differ
downloads/sbgrid-1.0.518-Darwin.tgz
... ...
Binary files /dev/null and b/downloads/sbgrid-1.0.518-Darwin.tgz differ
downloads/sbgrid-1.0.518-Linux.tgz
... ...
Binary files /dev/null and b/downloads/sbgrid-1.0.518-Linux.tgz differ
downloads/sbgrid-1.0.518-py2-none-any.whl
... ...
Binary files /dev/null and b/downloads/sbgrid-1.0.518-py2-none-any.whl differ