Skip to content

Commit

Permalink
Correct command to move binary onto PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jseldess committed Oct 31, 2019
1 parent 4cbe425 commit 9299bf5
Show file tree
Hide file tree
Showing 71 changed files with 144 additions and 144 deletions.
4 changes: 2 additions & 2 deletions _includes/v1.1/prod-deployment/insecure-scale-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For each additional node you want to add to the cluster, complete the following

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down Expand Up @@ -64,7 +64,7 @@ For each additional node you want to add to the cluster, complete the following

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down
4 changes: 2 additions & 2 deletions _includes/v1.1/prod-deployment/insecure-start-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For each initial node of your cluster, complete the following steps:

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down Expand Up @@ -81,7 +81,7 @@ For each initial node of your cluster, complete the following steps:
{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~
If you get a permissions error, prefix the command with `sudo`.
Expand Down
4 changes: 2 additions & 2 deletions _includes/v1.1/prod-deployment/secure-scale-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For each additional node you want to add to the cluster, complete the following

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down Expand Up @@ -65,7 +65,7 @@ For each additional node you want to add to the cluster, complete the following

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down
4 changes: 2 additions & 2 deletions _includes/v1.1/prod-deployment/secure-start-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For each initial node of your cluster, complete the following steps:

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down Expand Up @@ -82,7 +82,7 @@ For each initial node of your cluster, complete the following steps:
{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~
If you get a permissions error, prefix the command with `sudo`.
Expand Down
4 changes: 2 additions & 2 deletions _includes/v19.1/performance/scale-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

{% include copy-clipboard.html %}
~~~ shell
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

3. Run the [`cockroach start`](start-a-node.html) command:
Expand Down Expand Up @@ -41,7 +41,7 @@

{% include copy-clipboard.html %}
~~~ shell
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

7. Run the [`cockroach start`](start-a-node.html) command:
Expand Down
4 changes: 2 additions & 2 deletions _includes/v19.1/performance/start-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

{% include copy-clipboard.html %}
~~~ shell
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

3. Run the [`cockroach start`](start-a-node.html) command:
Expand Down Expand Up @@ -47,7 +47,7 @@

{% include copy-clipboard.html %}
~~~ shell
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

4. Run the [`cockroach init`](initialize-a-cluster.html) command:
Expand Down
4 changes: 2 additions & 2 deletions _includes/v19.1/prod-deployment/insecure-scale-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For each additional node you want to add to the cluster, complete the following

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down Expand Up @@ -64,7 +64,7 @@ For each additional node you want to add to the cluster, complete the following

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down
4 changes: 2 additions & 2 deletions _includes/v19.1/prod-deployment/insecure-start-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ After completing these steps, nodes will not yet be live. They will complete the

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down Expand Up @@ -84,7 +84,7 @@ For each initial node of your cluster, complete the following steps:
{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~
If you get a permissions error, prefix the command with `sudo`.
Expand Down
4 changes: 2 additions & 2 deletions _includes/v19.1/prod-deployment/secure-scale-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For each additional node you want to add to the cluster, complete the following

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down Expand Up @@ -65,7 +65,7 @@ For each additional node you want to add to the cluster, complete the following

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down
4 changes: 2 additions & 2 deletions _includes/v19.1/prod-deployment/secure-start-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For each initial node of your cluster, complete the following steps:

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down Expand Up @@ -82,7 +82,7 @@ For each initial node of your cluster, complete the following steps:
{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~
If you get a permissions error, prefix the command with `sudo`.
Expand Down
4 changes: 2 additions & 2 deletions _includes/v19.2/performance/scale-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

{% include copy-clipboard.html %}
~~~ shell
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

3. Run the [`cockroach start`](start-a-node.html) command:
Expand Down Expand Up @@ -41,7 +41,7 @@

{% include copy-clipboard.html %}
~~~ shell
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

7. Run the [`cockroach start`](start-a-node.html) command:
Expand Down
4 changes: 2 additions & 2 deletions _includes/v19.2/performance/start-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

{% include copy-clipboard.html %}
~~~ shell
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

3. Run the [`cockroach start`](start-a-node.html) command:
Expand Down Expand Up @@ -47,7 +47,7 @@

{% include copy-clipboard.html %}
~~~ shell
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

4. Run the [`cockroach init`](initialize-a-cluster.html) command:
Expand Down
4 changes: 2 additions & 2 deletions _includes/v19.2/prod-deployment/insecure-scale-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For each additional node you want to add to the cluster, complete the following

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down Expand Up @@ -64,7 +64,7 @@ For each additional node you want to add to the cluster, complete the following

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down
4 changes: 2 additions & 2 deletions _includes/v19.2/prod-deployment/insecure-start-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ After completing these steps, nodes will not yet be live. They will complete the

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down Expand Up @@ -84,7 +84,7 @@ For each initial node of your cluster, complete the following steps:
{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~
If you get a permissions error, prefix the command with `sudo`.
Expand Down
4 changes: 2 additions & 2 deletions _includes/v19.2/prod-deployment/secure-scale-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For each additional node you want to add to the cluster, complete the following

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down Expand Up @@ -65,7 +65,7 @@ For each additional node you want to add to the cluster, complete the following

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down
4 changes: 2 additions & 2 deletions _includes/v19.2/prod-deployment/secure-start-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For each initial node of your cluster, complete the following steps:

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down Expand Up @@ -82,7 +82,7 @@ For each initial node of your cluster, complete the following steps:
{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~
If you get a permissions error, prefix the command with `sudo`.
Expand Down
4 changes: 2 additions & 2 deletions _includes/v2.0/prod-deployment/insecure-scale-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For each additional node you want to add to the cluster, complete the following

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down Expand Up @@ -64,7 +64,7 @@ For each additional node you want to add to the cluster, complete the following

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down
4 changes: 2 additions & 2 deletions _includes/v2.0/prod-deployment/insecure-start-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For each initial node of your cluster, complete the following steps:

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down Expand Up @@ -82,7 +82,7 @@ For each initial node of your cluster, complete the following steps:
{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~
If you get a permissions error, prefix the command with `sudo`.
Expand Down
4 changes: 2 additions & 2 deletions _includes/v2.0/prod-deployment/secure-scale-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For each additional node you want to add to the cluster, complete the following

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down Expand Up @@ -65,7 +65,7 @@ For each additional node you want to add to the cluster, complete the following

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down
4 changes: 2 additions & 2 deletions _includes/v2.0/prod-deployment/secure-start-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For each initial node of your cluster, complete the following steps:

{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

If you get a permissions error, prefix the command with `sudo`.
Expand Down Expand Up @@ -82,7 +82,7 @@ For each initial node of your cluster, complete the following steps:
{% include copy-clipboard.html %}
~~~ shell
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~
If you get a permissions error, prefix the command with `sudo`.
Expand Down
4 changes: 2 additions & 2 deletions _includes/v2.1/performance/scale-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

{% include copy-clipboard.html %}
~~~ shell
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

3. Run the [`cockroach start`](start-a-node.html) command:
Expand Down Expand Up @@ -41,7 +41,7 @@

{% include copy-clipboard.html %}
~~~ shell
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

7. Run the [`cockroach start`](start-a-node.html) command:
Expand Down
4 changes: 2 additions & 2 deletions _includes/v2.1/performance/start-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

{% include copy-clipboard.html %}
~~~ shell
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

3. Run the [`cockroach start`](start-a-node.html) command:
Expand Down Expand Up @@ -47,7 +47,7 @@

{% include copy-clipboard.html %}
~~~ shell
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin
$ sudo cp -i cockroach-{{ page.release_info.version }}.linux-amd64/cockroach /usr/local/bin/
~~~

4. Run the [`cockroach init`](initialize-a-cluster.html) command:
Expand Down
Loading

0 comments on commit 9299bf5

Please sign in to comment.