Skip to content

Commit b0d180e

Browse files
rikinskshahidhk
andauthored
docs: use install manifests from stable branch (hasura#3906)
* update docs install manifests to use stable branch * change the link to master at some more places Co-authored-by: Shahidh K Muhammed <[email protected]>
1 parent 6b8c7ef commit b0d180e

19 files changed

+48
-48
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Check out the instructions for the following one-click deployment options:
8686
| **Infra provider** | **One-click link** | **Additional information** |
8787
|:------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------:|
8888
| DigitalOcean | [![Deploy to DigitalOcean](https://graphql-engine-cdn.hasura.io/img/create_hasura_droplet_200px.png)](https://marketplace.digitalocean.com/apps/hasura?action=deploy&refcode=c4d9092d2c48&utm_source=hasura&utm_campaign=readme) | [docs](https://docs.hasura.io/1.0/graphql/manual/guides/deployment/digital-ocean-one-click.html#hasura-graphql-engine-digitalocean-one-click-app) |
89-
| Azure | [![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fmaster%2finstall-manifests%2fazure-container-with-pg%2fazuredeploy.json) | [docs](https://docs.hasura.io/1.0/graphql/manual/guides/deployment/azure-container-instances-postgres.html) |
89+
| Azure | [![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fstable%2finstall-manifests%2fazure-container-with-pg%2fazuredeploy.json) | [docs](https://docs.hasura.io/1.0/graphql/manual/guides/deployment/azure-container-instances-postgres.html) |
9090

9191
### Other deployment methods
9292

cli/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The tests expect a GraphQL Engine server instance to be running. You can point
6363
the tests to any GraphQL Engine server but please note that **the database
6464
should be empty**. The easiest way to do this is to run Postgres and GraphQL
6565
Engine using [Docker
66-
Compose](https://github.com/hasura/graphql-engine/tree/master/install-manifests).
66+
Compose](https://github.com/hasura/graphql-engine/tree/stable/install-manifests).
6767
Once the server is running, you can run the tests by executing the make command:
6868

6969
```bash

docs/graphql/manual/deployment/docker/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Prerequisites
2222
Step 1: Get the **docker-run.sh** bash script
2323
---------------------------------------------
2424

25-
The `hasura/graphql-engine/install-manifests <https://github.com/hasura/graphql-engine/tree/master/install-manifests>`_
25+
The `hasura/graphql-engine/install-manifests <https://github.com/hasura/graphql-engine/tree/stable/install-manifests>`_
2626
repo contains all installation manifests required to deploy Hasura anywhere.
2727

2828
Get the Docker run bash script from there:
2929

3030
.. code-block:: bash
3131
32-
$ wget https://raw.githubusercontent.com/hasura/graphql-engine/master/install-manifests/docker-run/docker-run.sh
32+
$ wget https://raw.githubusercontent.com/hasura/graphql-engine/stable/install-manifests/docker-run/docker-run.sh
3333
3434
Step 2: Configure the **docker-run.sh** script
3535
----------------------------------------------

docs/graphql/manual/deployment/kubernetes/index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ and connect it to your Postgres database.
1717
Step 1: Get the Kubernetes deployment and service files
1818
-------------------------------------------------------
1919

20-
The `hasura/graphql-engine/install-manifests <https://GitHub.com/hasura/graphql-engine/tree/master/install-manifests>`_ repo
20+
The `hasura/graphql-engine/install-manifests <https://github.com/hasura/graphql-engine/tree/stable/install-manifests>`_ repo
2121
contains all installation manifests required to deploy Hasura anywhere. Get the Kubernetes deployment and service files
2222
from there:
2323

2424
.. code-block:: bash
2525
26-
$ wget https://raw.githubusercontent.com/hasura/graphql-engine/master/install-manifests/kubernetes/deployment.yaml
27-
$ wget https://raw.githubusercontent.com/hasura/graphql-engine/master/install-manifests/kubernetes/svc.yaml
26+
$ wget https://raw.githubusercontent.com/hasura/graphql-engine/stable/install-manifests/kubernetes/deployment.yaml
27+
$ wget https://raw.githubusercontent.com/hasura/graphql-engine/stable/install-manifests/kubernetes/svc.yaml
2828
2929
Step 2: Set the Postgres database url
3030
-------------------------------------

docs/graphql/manual/getting-started/docker-simple.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Prerequisites
2525
- `Docker Compose <https://docs.docker.com/compose/install/>`_
2626

2727
Step 1: Get the docker-compose file
28-
-----------------------------------
28+
-----------------------------------
2929

30-
The `hasura/graphql-engine/install-manifests <https://github.com/hasura/graphql-engine/tree/master/install-manifests>`_ repo
30+
The `hasura/graphql-engine/install-manifests <https://github.com/hasura/graphql-engine/tree/stable/install-manifests>`_ repo
3131
contains all installation manifests required to deploy Hasura anywhere. Get the docker compose file from there:
3232

3333
.. code-block:: bash
3434
3535
# in a new directory
36-
wget https://raw.githubusercontent.com/hasura/graphql-engine/master/install-manifests/docker-compose/docker-compose.yaml
36+
wget https://raw.githubusercontent.com/hasura/graphql-engine/stable/install-manifests/docker-compose/docker-compose.yaml
3737
3838
Step 2: Run Hasura GraphQL engine & Postgres
3939
--------------------------------------------

docs/graphql/manual/guides/deployment/azure-container-instances-postgres.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@ All resources mentioned in this guide can be deployed using the one-click button
3232
:width: 200px
3333
:alt: azure_deploy_button_new_pg
3434
:class: no-shadow
35-
:target: https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fmaster%2finstall-manifests%2fazure-container-with-pg%2fazuredeploy.json
35+
:target: https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fstable%2finstall-manifests%2fazure-container-with-pg%2fazuredeploy.json
3636

3737
(This button takes you to the Azure Portal, you might want to :kbd:`Ctrl+Click` to
38-
open it in a new tab. Read more about this Resource Manager Template `here <https://github.com/hasura/graphql-engine/tree/master/install-manifests/azure-container-with-pg>`__).
38+
open it in a new tab. Read more about this Resource Manager Template `here <https://github.com/hasura/graphql-engine/tree/stable/install-manifests/azure-container-with-pg>`__).
3939

4040
.. tab:: With an existing Postgres Server
4141

4242
.. image:: https://azuredeploy.net/deploybutton.png
4343
:width: 200px
4444
:alt: azure_deploy_button_existing_pg
4545
:class: no-shadow
46-
:target: https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fmaster%2finstall-manifests%2fazure-container%2fazuredeploy.json
46+
:target: https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fstable%2finstall-manifests%2fazure-container%2fazuredeploy.json
4747

4848
(This button takes you to the Azure Portal, you might want to :kbd:`Ctrl+Click` to
49-
open it in a new tab. Read more about this Resource Manager Template `here <https://github.com/hasura/graphql-engine/tree/master/install-manifests/azure-container>`__).
49+
open it in a new tab. Read more about this Resource Manager Template `here <https://github.com/hasura/graphql-engine/tree/stable/install-manifests/azure-container>`__).
5050

5151

5252
Pre-requisites

docs/graphql/manual/guides/deployment/google-kubernetes-engine-cloud-sql.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Download the ``deployment.yaml`` file:
126126

127127
.. code-block:: bash
128128
129-
wget https://raw.githubusercontent.com/hasura/graphql-engine/master/install-manifests/google-cloud-k8s-sql/deployment.yaml
129+
wget https://raw.githubusercontent.com/hasura/graphql-engine/stable/install-manifests/google-cloud-k8s-sql/deployment.yaml
130130
131131
Get the ``[INSTANCE_CONNECTION_NAME]`` using the following command and note it
132132
down.

docs/graphql/manual/hasura-cli/install-hasura-cli.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Install a binary globally
2525

2626
.. code-block:: bash
2727
28-
curl -L https://github.com/hasura/graphql-engine/raw/master/cli/get.sh | bash
28+
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | bash
2929
3030
This will install the Hasura CLI in ``/usr/local/bin``. You might have to provide
3131
your ``sudo`` password depending on the permissions of your ``/usr/local/bin`` location.
@@ -35,7 +35,7 @@ Install a binary globally
3535

3636
.. code-block:: bash
3737
38-
curl -L https://github.com/hasura/graphql-engine/raw/master/cli/get.sh | INSTALL_PATH=$HOME/bin bash
38+
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | INSTALL_PATH=$HOME/bin bash
3939
4040
4141
@@ -45,7 +45,7 @@ Install a binary globally
4545

4646
.. code-block:: bash
4747
48-
curl -L https://github.com/hasura/graphql-engine/raw/master/cli/get.sh | bash
48+
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | bash
4949
5050
This will install the Hasura CLI in ``/usr/local/bin``. You might have to provide
5151
your ``sudo`` password depending on the permissions of your ``/usr/local/bin`` location.
@@ -55,7 +55,7 @@ Install a binary globally
5555

5656
.. code-block:: bash
5757
58-
curl -L https://github.com/hasura/graphql-engine/raw/master/cli/get.sh | INSTALL_PATH=$HOME/bin bash
58+
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | INSTALL_PATH=$HOME/bin bash
5959
6060
- id: windows
6161
content: |

translations/README.bosnian.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Pogledaj instrukcije za ostale mogućnosti implementacije jednim klikom:
8686
| **Infra provajder** | **Veza** | **Dodatne informacije** |
8787
|:------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------:|
8888
| DigitalOcean | [![Deploy to DigitalOcean](https://graphql-engine-cdn.hasura.io/img/create_hasura_droplet_200px.png)](https://marketplace.digitalocean.com/apps/hasura?action=deploy&refcode=c4d9092d2c48&utm_source=hasura&utm_campaign=readme) | [docs](https://docs.hasura.io/1.0/graphql/manual/guides/deployment/digital-ocean-one-click.html#hasura-graphql-engine-digitalocean-one-click-app) |
89-
| Azure | [![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fmaster%2finstall-manifests%2fazure-container-with-pg%2fazuredeploy.json) | [docs](https://docs.hasura.io/1.0/graphql/manual/guides/deployment/azure-container-instances-postgres.html) |
89+
| Azure | [![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fstable%2finstall-manifests%2fazure-container-with-pg%2fazuredeploy.json) | [docs](https://docs.hasura.io/1.0/graphql/manual/guides/deployment/azure-container-instances-postgres.html) |
9090

9191
### Ostale metode implementacije
9292

translations/README.chinese.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Hasura可帮助您构建基于Postgres的GraphQL应用程序,或将使用Postg
8484
| **基础设施提供商** | **一键式链接** | **附加信息** |
8585
|:------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------:|
8686
| DigitalOcean | [![部署到 DigitalOcean](https://graphql-engine-cdn.hasura.io/img/create_hasura_droplet_200px.png)](https://marketplace.digitalocean.com/apps/hasura?action=deploy&refcode=c4d9092d2c48&utm_source=hasura&utm_campaign=readme) | [文档](https://docs.hasura.io/1.0/graphql/manual/guides/deployment/digital-ocean-one-click.html#hasura-graphql-engine-digitalocean-one-click-app) |
87-
| Azure | [![部署到 Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fmaster%2finstall-manifests%2fazure-container-with-pg%2fazuredeploy.json) | [文档](https://docs.hasura.io/1.0/graphql/manual/guides/deployment/azure-container-instances-postgres.html) |
87+
| Azure | [![部署到 Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fstable%2finstall-manifests%2fazure-container-with-pg%2fazuredeploy.json) | [文档](https://docs.hasura.io/1.0/graphql/manual/guides/deployment/azure-container-instances-postgres.html) |
8888

8989
### 其它部署方法
9090

translations/README.french.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,6 @@ contenu des répertoires [`docs`](../docs) et [`community`](../community).
201201
Ceci readme est disponible dans les traductions suivantes:
202202

203203
- [Japanese :jp:](translations/README.japanese.md) (:pray: [@moksahero](https://github.com/moksahero))
204-
- [English](https://github.com/hasura/graphql-engine/blob/master/README.md)
204+
- [English](https://github.com/hasura/graphql-engine/blob/stable/README.md)
205205

206206
Les traductions d'autres fichiers sont disponibles [ici](translations).

translations/README.german.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Probiere die folgenden Guides für die one-click Deployment Optionen:
8787
| **Infra Anbieter** | **One-click Link** | **Zusätzliche Information** |
8888
| :----------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------: |
8989
| DigitalOcean | [![Deploy to DigitalOcean](https://graphql-engine-cdn.hasura.io/img/create_hasura_droplet_200px.png)](https://marketplace.digitalocean.com/apps/hasura?action=deploy&refcode=c4d9092d2c48&utm_source=hasura&utm_campaign=readme) | [docs](https://docs.hasura.io/1.0/graphql/manual/guides/deployment/digital-ocean-one-click.html#hasura-graphql-engine-digitalocean-one-click-app) |
90-
| Azure | [![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fmaster%2finstall-manifests%2fazure-container-with-pg%2fazuredeploy.json) | [docs](https://docs.hasura.io/1.0/graphql/manual/guides/deployment/azure-container-instances-postgres.html) |
90+
| Azure | [![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fstable%2finstall-manifests%2fazure-container-with-pg%2fazuredeploy.json) | [docs](https://docs.hasura.io/1.0/graphql/manual/guides/deployment/azure-container-instances-postgres.html) |
9191

9292
### Andere Deployment Möglichkeiten
9393

0 commit comments

Comments
 (0)