You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ If not, replace `127.0.0.1` with appropriate host name. Replace `orch_backend_pa
9
9
10
10
- Extract from tarball
11
11
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
13
13
For example, let's assume you wish to install `orchestrator` under `/usr/local/orchestrator`:
14
14
15
15
sudo mkdir -p /usr/local
@@ -45,7 +45,7 @@ Setup a MySQL server for backend, and invoke the following:
45
45
`Orchestrator` uses a configuration file, located in either `/etc/orchestrator.conf.json` or relative path to binary `conf/orchestrator.conf.json` or
46
46
`orchestrator.conf.json`.
47
47
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).
49
49
50
50
Edit `orchestrator.conf.json` to match the above as follows:
0 commit comments