Skip to content

Commit

Permalink
Merge pull request #20 from schoudhury/master
Browse files Browse the repository at this point in the history
changed to 1.1.15
  • Loading branch information
schoudhury authored Mar 4, 2019
2 parents 6554f56 + 5987886 commit 4b26282
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A supported version of docker-engine (currently 1.7.1 to 17.03.1-ce) needs to be

On a machine connected to the Internet, perform the following steps.

Make a directory for downloading the binaries
Make a directory for downloading the binaries.
```sh
$ sudo mkdir /opt/downloads
```
Expand All @@ -29,37 +29,37 @@ Change the owner user for the directory
$ sudo chown -R ubuntu:ubuntu /opt/downloads
```

Change to the directory
Change to the directory.
```sh
$ cd /opt/downloads
```

Get the replicated binary
Get the replicated binary.
```sh
$ wget https://downloads.yugabyte.com/replicated.tar.gz
```

Get the yugaware binary where the 1.1.0.2 refers to the version of the binary. change this number as needed.
Get the yugaware binary where the last 4 digits refer to the version of the binary. Change this number as needed.
```sh
$ wget https://downloads.yugabyte.com/yugaware-1.1.9.0.airgap
```

Change to the directory
Change to the directory.
```sh
$ cd /opt/downloads
```

Expand the replicated binary
Expand the replicated binary.
```sh
$ tar xzvf replicated.tar.gz
```

Install replicated (yugaware will be installed via replicated ui after replicated install completes) pick `eth0` network interface in case multiple ones show up
Install replicated (yugaware will be installed via replicated ui after replicated install completes) pick `eth0` network interface in case multiple ones show up.
```sh
$ cat ./install.sh | sudo bash -s airgap
```

After replicated install completes, make sure it is running
After replicated install completes, make sure it is running.
```sh
$ sudo docker ps
```
Expand Down
4 changes: 2 additions & 2 deletions docs/content/latest/quick-start/binary/linux-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Python 2.7.10
Download the YugaByte DB CE package as shown below.

```sh
$ wget https://downloads.yugabyte.com/yugabyte-ce-1.1.14.0-linux.tar.gz
$ wget https://downloads.yugabyte.com/yugabyte-ce-1.1.15.0-linux.tar.gz
```

```sh
$ tar xvfz yugabyte-ce-1.1.14.0-linux.tar.gz && cd yugabyte-1.1.14.0/
$ tar xvfz yugabyte-ce-1.1.15.0-linux.tar.gz && cd yugabyte-1.1.15.0/
```

## Configure
Expand Down
4 changes: 2 additions & 2 deletions docs/content/latest/quick-start/binary/macos-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ c) Make sure that your file limits for kern.maxfiles and kern.maxfilesperproc ar
Download the YugaByte DB CE package as shown below.

```sh
$ wget https://downloads.yugabyte.com/yugabyte-ce-1.1.14.0-darwin.tar.gz
$ wget https://downloads.yugabyte.com/yugabyte-ce-1.1.15.0-darwin.tar.gz
```

```sh
$ tar xvfz yugabyte-ce-1.1.14.0-darwin.tar.gz && cd yugabyte-1.1.14.0/
$ tar xvfz yugabyte-ce-1.1.15.0-darwin.tar.gz && cd yugabyte-1.1.15.0/
```

## Configure
Expand Down
8 changes: 4 additions & 4 deletions docs/layouts/partials/footer_links.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
Have a technical question?
</div>
<div class="body">
<a href="https://forum.yugabyte.com/" target="_blank">
<i class="fas fa-comment-alt"></i>
Forum
</a>
<a href="https://www.yugabyte.com/slack" target="_blank">
<i class="fab fa-slack"></i>
Slack
</a>
<a href="https://forum.yugabyte.com/" target="_blank">
<i class="fas fa-comment-alt"></i>
Forum
</a>
<a href="https://stackoverflow.com/search?q=yugabyte" target="_blank">
<i class="fab fa-stack-overflow"></i>
StackOverflow
Expand Down

0 comments on commit 4b26282

Please sign in to comment.