Skip to content

Commit

Permalink
Made doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoliner committed Sep 18, 2019
1 parent f1f41bc commit e626f65
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/deployment/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Install the following prerequisites:
* To install on Linux 64-bit or Windows 10 or later, run the following command:

```bash
$ curl -o /tmp/pachctl.deb -L https://github.com/pachyderm/pachyderm/releases/download/v1.9.4/pachctl_1.9.4_amd64.deb && sudo dpkg -i /tmp/pachctl.deb
$ curl -o /tmp/pachctl.deb -L https://github.com/pachyderm/pachyderm/releases/download/v1.9.5/pachctl_1.9.5_amd64.deb && sudo dpkg -i /tmp/pachctl.deb
```

1. Verify your installation by running `pachctl version`:
Expand Down
2 changes: 1 addition & 1 deletion doc/deployment/google_cloud_platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ $ gsutil ls
$ brew tap pachyderm/tap && brew install pachyderm/tap/pachctl@1.9

# For Linux (64 bit) or Window 10+ on WSL:
$ curl -o /tmp/pachctl.deb -L https://github.com/pachyderm/pachyderm/releases/download/v1.9.4/pachctl_1.9.4_amd64.deb && sudo dpkg -i /tmp/pachctl.deb
$ curl -o /tmp/pachctl.deb -L https://github.com/pachyderm/pachyderm/releases/download/v1.9.5/pachctl_1.9.5_amd64.deb && sudo dpkg -i /tmp/pachctl.deb
```

You can then run `pachctl version --client-only` to check that the installation was successful.
Expand Down
4 changes: 2 additions & 2 deletions doc/getting_started/local_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ to have pachctl installed on your machine by following these steps:
WSL:

```
$ curl -o /tmp/pachctl.deb -L https://github.com/pachyderm/pachyderm/releases/download/v1.9.4/pachctl_1.9.4_amd64.deb && sudo dpkg -i /tmp/pachctl.deb
$ curl -o /tmp/pachctl.deb -L https://github.com/pachyderm/pachyderm/releases/download/v1.9.5/pachctl_1.9.5_amd64.deb && sudo dpkg -i /tmp/pachctl.deb
```

* For all other Linux flavors:

```
$ curl -o /tmp/pachctl.tar.gz -L https://github.com/pachyderm/pachyderm/releases/download/v1.9.4/pachctl_1.9.4_linux_amd64.tar.gz && tar -xvf /tmp/pachctl.tar.gz -C /tmp && sudo cp /tmp/pachctl_1.9.4_linux_amd64/pachctl /usr/local/bin
$ curl -o /tmp/pachctl.tar.gz -L https://github.com/pachyderm/pachyderm/releases/download/v1.9.5/pachctl_1.9.5_linux_amd64.tar.gz && tar -xvf /tmp/pachctl.tar.gz -C /tmp && sudo cp /tmp/pachctl_1.9.5_linux_amd64/pachctl /usr/local/bin
```

1. Verify that installation was successful by running `pachctl version`:
Expand Down
3 changes: 3 additions & 0 deletions doc/pachctl/pachctl_config_update_context.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ pachctl config update context
### Options

```
--auth-info string Set a new auth info.
--cluster-name string Set a new cluster name.
--namespace string Set a new namespace.
--pachd-address string Set a new name pachd address.
```

Expand Down
1 change: 0 additions & 1 deletion doc/pachctl/pachctl_port-forward.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pachctl port-forward
### Options

```
--namespace string Kubernetes namespace Pachyderm is deployed in. (default "default")
-f, --pfs-port uint16 The local port to bind PFS over HTTP to. (default 30652)
-p, --port uint16 The local port to bind pachd to. (default 30650)
-x, --proxy-port uint16 The local port to bind Pachyderm's dash proxy service to. (default 30081)
Expand Down
2 changes: 1 addition & 1 deletion doc/release_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Which will create a release like `v1.2.3-2342345aefda9879e87ad`
Which can be installed like:

```
$ curl -o /tmp/pachctl.deb -L https://github.com/pachyderm/pachyderm/releases/download/v1.9.4/pachctl_1.9.4_amd64.deb && sudo dpkg -i /tmp/pachctl.deb
$ curl -o /tmp/pachctl.deb -L https://github.com/pachyderm/pachyderm/releases/download/v1.9.5/pachctl_1.9.5_amd64.deb && sudo dpkg -i /tmp/pachctl.deb
```

Or for mac/brew:
Expand Down

0 comments on commit e626f65

Please sign in to comment.