Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
doc: Document using glusterd2 nightly RPMs
Browse files Browse the repository at this point in the history
And also remove downloading example which links to an ancient and
outdated release.

Signed-off-by: Prashanth Pai <[email protected]>
  • Loading branch information
prashanthpai committed Jul 12, 2018
1 parent 8004d74 commit 2b38ce4
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions doc/quick-start-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,20 @@ Install packages that provide GlusterFS server (brick process) and client (fuse,

### Download glusterd2

Glusterd2 is a single binary without any external dependencies. Like all Go programs, dependencies are statically linked. You can download the [latest release](https://github.com/gluster/glusterd2/releases) from Github.
As we do not have releases often, our nightly RPMs are generally more stable
as they contain the latest fixes. If you are on centos 7, you can download the
latest glusterd2 nightly RPM using the following method:

```sh
$ wget https://github.com/gluster/glusterd2/releases/download/v4.0dev-7/glusterd2-v4.0dev-7-linux-amd64.tar.xz
$ tar -xf glusterd2-v4.0dev-7-linux-amd64.tar.xz
# curl -o /etc/yum.repos.d/glusterd2-nightly-master.repo http://artifacts.ci.centos.org/gluster/gd2-nightly/gd2-master.repo
# yum install glusterd2
```

Alternatlively, if you are using a non-RPM based distro, you can download
binaries of the latest release. Like all Go programs, glusterd2 is a single
binary (statically linked) without external dependencies. You can download the
[latest release](https://github.com/gluster/glusterd2/releases) from Github.

### Running glusterd2

**Create a working directory:** This is where glusterd2 will store all data which includes logs, pid files, etcd information etc. For this example, we will be using a temporary path. If a working directory is not specified, it defaults to current directory.
Expand Down

0 comments on commit 2b38ce4

Please sign in to comment.