Skip to content

Commit

Permalink
Updated pages for new repo name
Browse files Browse the repository at this point in the history
Signed-off-by: Dj Walker-Morgan <[email protected]>
  • Loading branch information
djw-m committed Sep 11, 2023
1 parent e0d9e57 commit a5a6dc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions product_docs/docs/tpa/23/reference/INSTALL-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Run the following commands to clone the tpaexec source repository from Github
and build a new Docker image named `tpa/tpaexec`:

```bash
$ git clone ssh://[email protected]/EnterpriseDB/tpaexec.git
$ cd tpaexec
$ git clone ssh://[email protected]/EnterpriseDB/tpa.git
$ cd tpa
$ docker build -t tpa/tpaexec .
```

Expand Down
12 changes: 6 additions & 6 deletions product_docs/docs/tpa/23/reference/INSTALL-repo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ $ brew install python@3 openvpn flock coreutils gpatch git
Next, install TPA itself:

```bash
$ git clone ssh://[email protected]/EnterpriseDB/tpaexec.git
$ ./tpaexec/bin/tpaexec setup
$ ./tpaexec/bin/tpaexec selftest
$ git clone ssh://[email protected]/EnterpriseDB/tpa.git
$ ./tpa/bin/tpaexec setup
$ ./tpa/bin/tpaexec selftest
```

## Step-by-step
Expand All @@ -54,13 +54,13 @@ If your system does not have Python 3.6+ packages, you can use `pyenv`
to install a more recent Python in your home directory (see below), or
you can [run TPA in a Docker container](INSTALL-docker/).

Next, clone the TPA repository into, say, `~/tpaexec`. (It doesn't
Next, clone the TPA repository into, say, `~/tpa`. (It doesn't
matter where you put it, but don't use `/opt/EDB/TPA` or
`/opt/2ndQuadrant/TPA`, to avoid conflicts if you install the TPA
packages in future.)

```bash
$ git clone ssh://[email protected]/EnterpriseDB/tpaexec.git ~/tpaexec
$ git clone ssh://[email protected]/EnterpriseDB/tpa.git ~/tpa
```

(If you're installing from source, please clone the repository instead
Expand All @@ -71,7 +71,7 @@ The remaining steps are the same as if you had installed the package.
```bash
# Add tpaexec to your PATH for convenience
# (Put this in your ~/.bashrc too)
$ export PATH=$PATH:$HOME/tpaexec/bin
$ export PATH=$PATH:$HOME/tpa/bin

$ tpaexec setup
$ tpaexec selftest
Expand Down

0 comments on commit a5a6dc4

Please sign in to comment.