diff --git a/docs/content/latest/deploy/enterprise-edition/install-admin-console/airgapped.md b/docs/content/latest/deploy/enterprise-edition/install-admin-console/airgapped.md index 0b7338ae7b34..bf8ad707fb45 100644 --- a/docs/content/latest/deploy/enterprise-edition/install-admin-console/airgapped.md +++ b/docs/content/latest/deploy/enterprise-edition/install-admin-console/airgapped.md @@ -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 ``` @@ -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 ``` diff --git a/docs/content/latest/quick-start/binary/linux-install.md b/docs/content/latest/quick-start/binary/linux-install.md index 8756948d81ea..361475b55dd2 100644 --- a/docs/content/latest/quick-start/binary/linux-install.md +++ b/docs/content/latest/quick-start/binary/linux-install.md @@ -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 diff --git a/docs/content/latest/quick-start/binary/macos-install.md b/docs/content/latest/quick-start/binary/macos-install.md index bb6fc10bb783..932713bea3b0 100644 --- a/docs/content/latest/quick-start/binary/macos-install.md +++ b/docs/content/latest/quick-start/binary/macos-install.md @@ -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 diff --git a/docs/layouts/partials/footer_links.html b/docs/layouts/partials/footer_links.html index 42858dd2bf86..d3a83277012a 100644 --- a/docs/layouts/partials/footer_links.html +++ b/docs/layouts/partials/footer_links.html @@ -7,14 +7,14 @@ Have a technical question?
- - - Forum - Slack + + + Forum + StackOverflow