Skip to content

Commit

Permalink
modifying version names
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Phillips committed Jan 5, 2011
1 parent e8179c2 commit 34ebc53
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
6 changes: 3 additions & 3 deletions pages/Installing-Riak-from-Source.textile
Expand Up @@ -14,9 +14,9 @@ Download the Riak source package from the [[Download Center|http://downloads.bas


```bash
$ curl -O http://downloads.basho.com/riak/riak-0.14/riak-0.14.0.tar.gz
$ tar zxvf riak-0.14.0.tar.gz
$ cd riak-0.14.0
$ curl -O http://downloads.basho.com/riak/riak-0.14/riak-0.14.0-1.tar.gz
$ tar zxvf riak-0.14.0-1.tar.gz
$ cd riak-0.14.0-1
$ make rel
```

Expand Down
14 changes: 7 additions & 7 deletions pages/Installing-on-Debian-and-Ubuntu.textile
Expand Up @@ -8,17 +8,17 @@ h3. 64-bit


```bash
$ wget http://downloads.basho.com/riak/riak-0.14/riak_0.14.0_amd64.deb
$ sudo dpkg -i riak_0.14.0_amd64.deb
$ wget http://downloads.basho.com/riak/riak-0.14/riak_0.14.0-1_amd64.deb
$ sudo dpkg -i riak_0.14.0-1_amd64.deb
```


h3. 32-bit


```bash
$ wget http://downloads.basho.com/riak/riak-0.14/riak_0.14.0_i386.deb
$ sudo dpkg -i riak_0.14.0_i386.deb
$ wget http://downloads.basho.com/riak/riak-0.14/riak_0.14.0-1_i386.deb
$ sudo dpkg -i riak_0.14.0-1_i386.deb
```

h2. From source
Expand All @@ -37,9 +37,9 @@ If you have not installed Erlang, please [[do so|Installing Erlang]].
Now we can download and install Riak:

```bash
$ wget http://downloads.basho.com/riak/riak-0.14/riak-0.14.0.tar.gz
$ tar zxvf riak-0.14.0.tar.gz
$ cd riak-0.14.0
$ wget http://downloads.basho.com/riak/riak-0.14/riak-0.14.0-1.tar.gz
$ tar zxvf riak-0.14.0-1.tar.gz
$ cd riak-0.14.0-1
$ make rel
```

Expand Down
11 changes: 5 additions & 6 deletions pages/Installing-on-Mac-OS-X.textile
Expand Up @@ -21,20 +21,19 @@ h3. 64-bit


```bash
$ curl -O http://downloads.basho.com/riak/riak-0.14/riak-0.14.0-osx-x86_64.tar.gz
$ tar xzvf riak-0.14.0-osx-x86_64.tar.gz
$ curl -O http://downloads.basho.com/riak/riak-0.14/riak-0.14.0-1-osx-x86_64.tar.gz
$ tar xzvf riak-0.14.0-1-osx-x86_64.tar.gz
```


h3. 32-bit


```bash
$ curl -O http://downloads.basho.com/riak/riak-0.11/riak-0.14.0-osx-i386.tar.gz
$ tar xzvf riak-0.14.0-osx-i386.tar.gz
$ curl -O http://downloads.basho.com/riak/riak-0.14/riak-0.14.0-1-osx-i386.tar.gz
$ tar xzvf riak-0.14.0-1-osx-i386.tar.gz
```


After the release is untared you will be able to cd into the riak directory and execute bin/riak start to start the Riak node.

h2. Homebrew
Expand All @@ -58,7 +57,7 @@ Next, download and unpack the source distribution.


```bash
$ curl -O http://downloads.basho.com/riak/riak-0.14/riak-0.14.0.tar.gz
$ curl -O http://downloads.basho.com/riak/riak-0.14/riak-0.14.0-1.tar.gz
$ tar zxvf riak-0.14.0.tar.gz
$ make rel
```
Expand Down
8 changes: 4 additions & 4 deletions pages/Installing-on-RHEL-and-CentOS.textile
Expand Up @@ -4,8 +4,8 @@ h2. From our custom .rpm package


```bash
$ wget http://downloads.basho.com/riak/riak-0.14/riak-0.14.0.el5.x86_64.rpm
$ sudo rpm -Uvh riak-0.14.0.el5.x86_64.rpm
$ wget http://downloads.basho.com/riak/riak-0.14/riak-0.14.0-1.el5.x86_64.rpm
$ sudo rpm -Uvh riak-0.14.0-1.el5.x86_64.rpm
```


Expand All @@ -31,8 +31,8 @@ Now we can download and install Riak:


```bash
$ wget http://downloads.basho.com/riak/riak-0.14/riak-0.14.0.tar.gz
$ tar zxvf riak-0.14.0.tar.gz
$ wget http://downloads.basho.com/riak/riak-0.14/riak-0.14.0-1.tar.gz
$ tar zxvf riak-0.14.0-1.tar.gz
$ cd riak
$ make rel
```
Expand Down

0 comments on commit 34ebc53

Please sign in to comment.