-
Notifications
You must be signed in to change notification settings - Fork 0
Update documentation links from openark/percona to proxysql #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| # Bugs | ||
|
|
||
| Please report bugs on the [Issues page](https://github.com/openark/orchestrator/issues) | ||
| Please report bugs on the [Issues page](https://github.com/proxysql/orchestrator/issues) |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,12 +1,12 @@ | ||||||
| # Download | ||||||
|
|
||||||
| `orchestrator` is released as open source and is available at [GitHub](https://github.com/openark/orchestrator). | ||||||
| Find official releases in https://github.com/openark/orchestrator/releases | ||||||
| `orchestrator` is released as open source and is available at [GitHub](https://github.com/proxysql/orchestrator). | ||||||
| Find official releases in https://github.com/proxysql/orchestrator/releases | ||||||
|
|
||||||
| `orchestrator` packages can be found in https://packagecloud.io/github/orchestrator | ||||||
|
|
||||||
| For developers: `orchestrator` is go-gettable. Issue: | ||||||
|
|
||||||
| go get github.com/openark/orchestrator/... | ||||||
| go get github.com/proxysql/orchestrator/... | ||||||
|
||||||
| go get github.com/proxysql/orchestrator/... | |
| go get github.com/openark/orchestrator/... |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -87,7 +87,7 @@ No. | |||||
|
|
||||||
| ### Is orchestrator open source? | ||||||
|
|
||||||
| Yes. `Orchestrator` is released as open source under the Apache License 2.0 and is available at: https://github.com/openark/orchestrator | ||||||
| Yes. `Orchestrator` is released as open source under the Apache License 2.0 and is available at: https://github.com/proxysql/orchestrator | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For better readability and consistency, this URL could be formatted as a markdown link.
Suggested change
|
||||||
|
|
||||||
| ### Who develops orchestrator and why? | ||||||
|
|
||||||
|
|
||||||
| 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 | |
|
|
||
| - Extract from tarball | ||
|
|
||
| Extract the archive you've downloaded from https://github.com/percona/orchestrator/tags | ||
| Extract the archive you've downloaded from https://github.com/proxysql/orchestrator/tags | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| For example, let's assume you wish to install `orchestrator` under `/usr/local/orchestrator`: | ||
|
|
||
| sudo mkdir -p /usr/local | ||
|
|
@@ -45,7 +45,7 @@ Setup a MySQL server for backend, and invoke the following: | |
| `Orchestrator` uses a configuration file, located in either `/etc/orchestrator.conf.json` or relative path to binary `conf/orchestrator.conf.json` or | ||
| `orchestrator.conf.json`. | ||
|
|
||
| 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). | ||
| 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/proxysql/orchestrator/tree/master/conf). | ||
|
|
||
| Edit `orchestrator.conf.json` to match the above as follows: | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,5 @@ | ||||||
| `orchestrator` is released under the Apache License 2.0. | ||||||
|
|
||||||
| See [LICENSE](https://github.com/openark/orchestrator/blob/master/LICENSE) | ||||||
| See [LICENSE](https://github.com/proxysql/orchestrator/blob/master/LICENSE) | ||||||
|
|
||||||
| This repository includes 3rd party libraries which have their own licenses. These libraries are found under https://github.com/openark/orchestrator/tree/master/vendor | ||||||
| This repository includes 3rd party libraries which have their own licenses. These libraries are found under https://github.com/proxysql/orchestrator/tree/master/vendor | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For better readability, this URL could be formatted as a markdown link.
Suggested change
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -5,7 +5,7 @@ Question: Is orchestrator used by many people? | |||||
| Answer: Right now there is no full list of people | ||||||
| who are actively using it so it seemed like a good idea to generate a page | ||||||
| of current users. If your name or your company's name is missing from this and | ||||||
| you would like to be added please send a pull request to github.com/openark/orchestrator/pulls | ||||||
| you would like to be added please send a pull request to github.com/proxysql/orchestrator/pulls | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For better readability and user experience, it would be good to format this URL as a markdown link and improve the sentence structure slightly.
Suggested change
|
||||||
|
|
||||||
| Please keep this list in alphabetical order and include the company name and url and | ||||||
| a short description of usage. | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For better readability, this URL could be formatted as a markdown link.