Skip to content

Commit 8535948

Browse files
authored
Update install.md
Redirect to percona repo
1 parent bdb5128 commit 8535948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If not, replace `127.0.0.1` with appropriate host name. Replace `orch_backend_pa
99

1010
- Extract from tarball
1111

12-
Extract the archive you've downloaded from https://github.com/openark/orchestrator/releases
12+
Extract the archive you've downloaded from https://github.com/percona/orchestrator/tags
1313
For example, let's assume you wish to install `orchestrator` under `/usr/local/orchestrator`:
1414

1515
sudo mkdir -p /usr/local
@@ -45,7 +45,7 @@ Setup a MySQL server for backend, and invoke the following:
4545
`Orchestrator` uses a configuration file, located in either `/etc/orchestrator.conf.json` or relative path to binary `conf/orchestrator.conf.json` or
4646
`orchestrator.conf.json`.
4747

48-
Tip: the installed package includes a file called `orchestrator.conf.json.sample` with some basic settings which you can use as baseline for `orchestrator.conf.json`. It is found in `/usr/local/orchestrator/orchestrator-sample.conf.json` and you may also find `/usr/local/orchestrator/orchestrator-sample-sqlite.conf.json` which has a SQLite-oriented configuration. Those sample files are also available [on the `orchestrator` repository](https://github.com/openark/orchestrator/tree/master/conf).
48+
Tip: the installed package includes a file called `orchestrator.conf.json.sample` with some basic settings which you can use as baseline for `orchestrator.conf.json`. It is found in `/usr/local/orchestrator/orchestrator-sample.conf.json` and you may also find `/usr/local/orchestrator/orchestrator-sample-sqlite.conf.json` which has a SQLite-oriented configuration. Those sample files are also available [on the `orchestrator` repository](https://github.com/percona/orchestrator/tree/master/conf).
4949

5050
Edit `orchestrator.conf.json` to match the above as follows:
5151

0 commit comments

Comments
 (0)