From 2b46c636233eda9f6a97cba1fd425ed461c4c20e Mon Sep 17 00:00:00 2001 From: Lydia Date: Wed, 15 Dec 2021 11:22:26 -0800 Subject: [PATCH] ENDOC-397 Replaced 61 occurrences across 35 files --- vuepress/docs/next/docs/concepts/custom-resources.md | 4 ++-- vuepress/docs/next/docs/reference/deployment-structure.md | 2 +- vuepress/docs/next/docs/reference/entando-apis.md | 2 +- .../devops/backing-up-and-restoring-your-environment.md | 4 ++-- vuepress/docs/next/tutorials/devops/build-core-image.md | 6 +++--- .../devops/clustering-caching/caching-and-clustering.md | 2 +- vuepress/docs/v6.1/docs/concepts/custom-resources.md | 4 ++-- vuepress/docs/v6.1/docs/reference/core-swagger.md | 2 +- vuepress/docs/v6.1/docs/reference/deployment-structure.md | 2 +- vuepress/docs/v6.1/docs/reference/entando-apis.md | 2 +- .../customize-the-platform/app-engine/build-core-image.md | 6 +++--- .../app-engine/building-prepackaged-image.md | 4 ++-- .../customize-the-platform/app-engine/core-swagger.md | 2 +- .../devops/backing-up-and-restoring-your-environment.md | 4 ++-- vuepress/docs/v6.1/tutorials/devops/build-core-image.md | 6 +++--- vuepress/docs/v6.2/docs/concepts/custom-resources.md | 4 ++-- vuepress/docs/v6.2/docs/reference/deployment-structure.md | 2 +- vuepress/docs/v6.2/docs/reference/entando-apis.md | 2 +- .../customize-the-platform/app-engine/build-core-image.md | 6 +++--- .../app-engine/building-prepackaged-image.md | 4 ++-- .../customize-the-platform/app-engine/core-swagger.md | 2 +- .../devops/backing-up-and-restoring-your-environment.md | 4 ++-- vuepress/docs/v6.2/tutorials/devops/build-core-image.md | 6 +++--- vuepress/docs/v6.3.2/docs/concepts/custom-resources.md | 4 ++-- vuepress/docs/v6.3.2/docs/reference/deployment-structure.md | 2 +- vuepress/docs/v6.3.2/docs/reference/entando-apis.md | 2 +- .../devops/backing-up-and-restoring-your-environment.md | 4 ++-- vuepress/docs/v6.3.2/tutorials/devops/build-core-image.md | 6 +++--- .../devops/clustering-caching/caching-and-clustering.md | 2 +- vuepress/docs/v6.3/docs/concepts/custom-resources.md | 4 ++-- vuepress/docs/v6.3/docs/reference/deployment-structure.md | 2 +- vuepress/docs/v6.3/docs/reference/entando-apis.md | 2 +- .../devops/backing-up-and-restoring-your-environment.md | 4 ++-- vuepress/docs/v6.3/tutorials/devops/build-core-image.md | 6 +++--- .../devops/clustering-caching/caching-and-clustering.md | 2 +- 35 files changed, 61 insertions(+), 61 deletions(-) diff --git a/vuepress/docs/next/docs/concepts/custom-resources.md b/vuepress/docs/next/docs/concepts/custom-resources.md index 6497ff23a1..d741f6cedd 100644 --- a/vuepress/docs/next/docs/concepts/custom-resources.md +++ b/vuepress/docs/next/docs/concepts/custom-resources.md @@ -234,7 +234,7 @@ Deployment packages three images into a single Pod: the Entando App Image in que * Github Repo: [entando/entando-k8s-app-controller](https://github.com/entando-k8s/entando-k8s-app-controller) * Deployment Details - Entando App: * Docker image: [entando/entando-de-app-wildfly](https://hub.docker.com/r/entando/entando-de-app-wildfly) **or** [entando/entando-de-app-eap](https://hub.docker.com/r/entando/entando-de-app-eap) - * Github Repo: [entando-k8s/entando-de-app](https://github.com/entando-k8s/entando-de-app) + * Github Repo: [entando-k8s/entando-de-app](https://github.com/entando/entando-de-app) * Entando Cluster Citizen: [Entando App](./#entando-cluster-citizens) * Deployment Details - AppBuilder: * Docker image: [entando/app-builder](https://hub.docker.com/r/entando/app-builder) @@ -313,7 +313,7 @@ spec: * `spec.environmentVariables` is a Map of environment variables to pass to the EntandoApp Docker image. For example, this could be used to provide connection details for custom datasources or message queues as discussed in the [custom datasources tutorial](../../tutorials/customize-the-platform/change-default-datasources-and-connections/). Also note that all of the - [Spring variables in an Entando project](https://github.com/entando-k8s/entando-de-app/blob/master/src/main/conf/systemParams.properties) + [Spring variables in an Entando project](https://github.com/entando/entando-de-app/blob/master/src/main/conf/systemParams.properties) can also be overridden here by specifying the equivalent SNAKE_CASE names of the dot-delimited Spring properties. These parameters are applied to the container's environment variables after all variables have been calculated. It can therefore also be used as a mechanism to override any of the default environment variables that need customization. diff --git a/vuepress/docs/next/docs/reference/deployment-structure.md b/vuepress/docs/next/docs/reference/deployment-structure.md index 2684fadae6..f1e828c795 100644 --- a/vuepress/docs/next/docs/reference/deployment-structure.md +++ b/vuepress/docs/next/docs/reference/deployment-structure.md @@ -52,7 +52,7 @@ _entando-core_ repo below). Reviewing the dependencies of this application in th dependencies on the _entando-core_, _entando-engine_, and _admin-console_ which encompass the core functionality in versions of Entando prior to Entando 6. In a quickstart deployment the _entando-de-app_ is deployed as part of the _entando-composite-app_ multi container pod. -* GitHub: +* GitHub: * DockerHub: , #### Customization diff --git a/vuepress/docs/next/docs/reference/entando-apis.md b/vuepress/docs/next/docs/reference/entando-apis.md index 52ca3499a4..cc53985856 100644 --- a/vuepress/docs/next/docs/reference/entando-apis.md +++ b/vuepress/docs/next/docs/reference/entando-apis.md @@ -67,7 +67,7 @@ Configure your Keycloak client in order to support Swagger UI. A quickstart envi 1. Clone the Entando reference application: - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. Start the application with the following options: diff --git a/vuepress/docs/next/tutorials/devops/backing-up-and-restoring-your-environment.md b/vuepress/docs/next/tutorials/devops/backing-up-and-restoring-your-environment.md index d3677a5512..ed3209e00b 100644 --- a/vuepress/docs/next/tutorials/devops/backing-up-and-restoring-your-environment.md +++ b/vuepress/docs/next/tutorials/devops/backing-up-and-restoring-your-environment.md @@ -44,9 +44,9 @@ In this tutorial you’ll create a custom copy of an Entando Application, instal backup files, build a Docker image from the updated app, and deploy it as a new application. Steps 3 and 4 can be skipped if you simply want to create a custom application. 1. Clone the application at: - using + using - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. On a command line, cd into the _entando-de-app_ you just cloned: diff --git a/vuepress/docs/next/tutorials/devops/build-core-image.md b/vuepress/docs/next/tutorials/devops/build-core-image.md index 5b694d1f58..0201b9f1f5 100644 --- a/vuepress/docs/next/tutorials/devops/build-core-image.md +++ b/vuepress/docs/next/tutorials/devops/build-core-image.md @@ -21,14 +21,14 @@ This tutorial will take you through the basic steps to create a docker image from an Entando core application. A more detailed guide with additional commands and configuration can be found here: - + ## Setup 1. Clone the application at: - using + using - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. On a command line, cd into the entando-de-app you just cloned: diff --git a/vuepress/docs/next/tutorials/devops/clustering-caching/caching-and-clustering.md b/vuepress/docs/next/tutorials/devops/clustering-caching/caching-and-clustering.md index 2bb6eb32d9..6e60be2fb7 100644 --- a/vuepress/docs/next/tutorials/devops/clustering-caching/caching-and-clustering.md +++ b/vuepress/docs/next/tutorials/devops/clustering-caching/caching-and-clustering.md @@ -125,7 +125,7 @@ redis-cli -h 10.43.99.198 -p 6379 incr mycounter 1. Use git to clone the `entando-de-app` repository ```sh -git clone https://github.com/entando-k8s/entando-de-app +git clone https://github.com/entando/entando-de-app ``` 2. Fetch the tags and checkout the release tag and create a branch for your customization diff --git a/vuepress/docs/v6.1/docs/concepts/custom-resources.md b/vuepress/docs/v6.1/docs/concepts/custom-resources.md index 2ea9b704f2..b632cd87e7 100644 --- a/vuepress/docs/v6.1/docs/concepts/custom-resources.md +++ b/vuepress/docs/v6.1/docs/concepts/custom-resources.md @@ -210,7 +210,7 @@ Deployment packages three images into a single Pod: the Entando App Image in que * Github Repo: [entando/entando-k8s-app-controller](https://github.com/entando-k8s/entando-k8s-app-controller) * Deployment Details - Entando App: * Docker image: [entando/entando-de-app-wildfly](https://hub.docker.com/r/entando/entando-de-app-wildfly) **or** [entando/entando-de-app-eap](https://hub.docker.com/r/entando/entando-de-app-eap) - * Github Repo: [entando-k8s/entando-de-app](https://github.com/entando-k8s/entando-de-app) + * Github Repo: [entando-k8s/entando-de-app](https://github.com/entando/entando-de-app) * Entando Cluster Citizen: [Entando App](./#entando-cluster-citizens) * Deployment Details - AppBuilder: * Docker image: [entando/app-builder](https://hub.docker.com/r/entando/app-builder) @@ -286,7 +286,7 @@ spec: * `spec.parameters` is a Map of environment variables to pass to the EntandoApp Docker image. For example, this could be used to provide connection details for custom datasources or message queues as discussed in the [custom datasources tutorial](../../tutorials/customize-the-platform/change-default-datasources-and-connections/tutorials/how-to-configure-custom-datasource). Also note that all of the - [Spring variables in an Entando project](https://github.com/entando-k8s/entando-de-app/blob/master/src/main/conf/systemParams.properties) + [Spring variables in an Entando project](https://github.com/entando/entando-de-app/blob/master/src/main/conf/systemParams.properties) can also be overridden here by specifying the equivalent SNAKE_CASE names of the dot-delimited Spring properties. These parameters are applied to the container's environment variables after all variables have been calculated. It can therefore also be used as a mechanism to override any of the default environment variables that need customization. diff --git a/vuepress/docs/v6.1/docs/reference/core-swagger.md b/vuepress/docs/v6.1/docs/reference/core-swagger.md index f78dde4f27..00a49ee408 100644 --- a/vuepress/docs/v6.1/docs/reference/core-swagger.md +++ b/vuepress/docs/v6.1/docs/reference/core-swagger.md @@ -10,7 +10,7 @@ 1. Clone the Entando sample app if you don’t already have it. - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. Start the app for local execution and enable the swagger profile by passing `-Dspring.profiles.active=swagger` to the jetty command. Set diff --git a/vuepress/docs/v6.1/docs/reference/deployment-structure.md b/vuepress/docs/v6.1/docs/reference/deployment-structure.md index 3454f295de..0ecd6dd9eb 100644 --- a/vuepress/docs/v6.1/docs/reference/deployment-structure.md +++ b/vuepress/docs/v6.1/docs/reference/deployment-structure.md @@ -52,7 +52,7 @@ _entando-core_ repo below). Reviewing the dependencies of this application in th dependencies on the _entando-core_, _entando-engine_, and _admin-console_ which encompass the core functionality in versions of Entando prior to Entando 6. In a quickstart deployment the _entando-de-app_ is deployed as part of the _entando-composite-app_ multi container pod. -* GitHub: +* GitHub: * DockerHub: , #### Customization diff --git a/vuepress/docs/v6.1/docs/reference/entando-apis.md b/vuepress/docs/v6.1/docs/reference/entando-apis.md index 423898e106..8399fc0e37 100644 --- a/vuepress/docs/v6.1/docs/reference/entando-apis.md +++ b/vuepress/docs/v6.1/docs/reference/entando-apis.md @@ -14,7 +14,7 @@ sidebarDepth: 0 1. Clone the Entando sample app if you don’t already have it. - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. Start the app for local execution and enable the swagger profile by passing `-Dspring.profiles.active=swagger` to the jetty command. Set diff --git a/vuepress/docs/v6.1/tutorials/customize-the-platform/app-engine/build-core-image.md b/vuepress/docs/v6.1/tutorials/customize-the-platform/app-engine/build-core-image.md index 6d171f16c4..b8a5729564 100644 --- a/vuepress/docs/v6.1/tutorials/customize-the-platform/app-engine/build-core-image.md +++ b/vuepress/docs/v6.1/tutorials/customize-the-platform/app-engine/build-core-image.md @@ -17,14 +17,14 @@ This tutorial will take you through the basic steps to create a docker image from an Entando core application. A more detailed guide with additional commands and configuration can be found here: - + ## Setup 1. Clone the application at: - using + using - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. On a command line, cd into the entando-de-app you just cloned: diff --git a/vuepress/docs/v6.1/tutorials/customize-the-platform/app-engine/building-prepackaged-image.md b/vuepress/docs/v6.1/tutorials/customize-the-platform/app-engine/building-prepackaged-image.md index 2f27af36f9..e6ccaba5e6 100644 --- a/vuepress/docs/v6.1/tutorials/customize-the-platform/app-engine/building-prepackaged-image.md +++ b/vuepress/docs/v6.1/tutorials/customize-the-platform/app-engine/building-prepackaged-image.md @@ -23,9 +23,9 @@ deploy it as a new application. ## Setup 1. Clone the application at: - using + using - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. On a command line, cd into the entando-de-app you just cloned: diff --git a/vuepress/docs/v6.1/tutorials/customize-the-platform/app-engine/core-swagger.md b/vuepress/docs/v6.1/tutorials/customize-the-platform/app-engine/core-swagger.md index f78dde4f27..00a49ee408 100644 --- a/vuepress/docs/v6.1/tutorials/customize-the-platform/app-engine/core-swagger.md +++ b/vuepress/docs/v6.1/tutorials/customize-the-platform/app-engine/core-swagger.md @@ -10,7 +10,7 @@ 1. Clone the Entando sample app if you don’t already have it. - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. Start the app for local execution and enable the swagger profile by passing `-Dspring.profiles.active=swagger` to the jetty command. Set diff --git a/vuepress/docs/v6.1/tutorials/devops/backing-up-and-restoring-your-environment.md b/vuepress/docs/v6.1/tutorials/devops/backing-up-and-restoring-your-environment.md index 0988ae178e..422ee239a8 100644 --- a/vuepress/docs/v6.1/tutorials/devops/backing-up-and-restoring-your-environment.md +++ b/vuepress/docs/v6.1/tutorials/devops/backing-up-and-restoring-your-environment.md @@ -40,9 +40,9 @@ In this lab you’ll take a previously built demo application, install the backup files, build a Docker image from the updated app, and deploy it as a new application. 1. Clone the application at: - using + using - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. On a command line, cd into the _entando-de-app_ you just cloned: diff --git a/vuepress/docs/v6.1/tutorials/devops/build-core-image.md b/vuepress/docs/v6.1/tutorials/devops/build-core-image.md index 6d171f16c4..b8a5729564 100644 --- a/vuepress/docs/v6.1/tutorials/devops/build-core-image.md +++ b/vuepress/docs/v6.1/tutorials/devops/build-core-image.md @@ -17,14 +17,14 @@ This tutorial will take you through the basic steps to create a docker image from an Entando core application. A more detailed guide with additional commands and configuration can be found here: - + ## Setup 1. Clone the application at: - using + using - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. On a command line, cd into the entando-de-app you just cloned: diff --git a/vuepress/docs/v6.2/docs/concepts/custom-resources.md b/vuepress/docs/v6.2/docs/concepts/custom-resources.md index ec40935062..76000942cd 100644 --- a/vuepress/docs/v6.2/docs/concepts/custom-resources.md +++ b/vuepress/docs/v6.2/docs/concepts/custom-resources.md @@ -210,7 +210,7 @@ Deployment packages three images into a single Pod: the Entando App Image in que * Github Repo: [entando/entando-k8s-app-controller](https://github.com/entando-k8s/entando-k8s-app-controller) * Deployment Details - Entando App: * Docker image: [entando/entando-de-app-wildfly](https://hub.docker.com/r/entando/entando-de-app-wildfly) **or** [entando/entando-de-app-eap](https://hub.docker.com/r/entando/entando-de-app-eap) - * Github Repo: [entando-k8s/entando-de-app](https://github.com/entando-k8s/entando-de-app) + * Github Repo: [entando-k8s/entando-de-app](https://github.com/entando/entando-de-app) * Entando Cluster Citizen: [Entando App](./#entando-cluster-citizens) * Deployment Details - AppBuilder: * Docker image: [entando/app-builder](https://hub.docker.com/r/entando/app-builder) @@ -286,7 +286,7 @@ spec: * `spec.parameters` is a Map of environment variables to pass to the EntandoApp Docker image. For example, this could be used to provide connection details for custom datasources or message queues as discussed in the [custom datasources tutorial](../../tutorials/customize-the-platform/change-default-datasources-and-connections/tutorials/how-to-configure-custom-datasource). Also note that all of the - [Spring variables in an Entando project](https://github.com/entando-k8s/entando-de-app/blob/master/src/main/conf/systemParams.properties) + [Spring variables in an Entando project](https://github.com/entando/entando-de-app/blob/master/src/main/conf/systemParams.properties) can also be overridden here by specifying the equivalent SNAKE_CASE names of the dot-delimited Spring properties. These parameters are applied to the container's environment variables after all variables have been calculated. It can therefore also be used as a mechanism to override any of the default environment variables that need customization. diff --git a/vuepress/docs/v6.2/docs/reference/deployment-structure.md b/vuepress/docs/v6.2/docs/reference/deployment-structure.md index 46d5b58cd6..b390855b7d 100644 --- a/vuepress/docs/v6.2/docs/reference/deployment-structure.md +++ b/vuepress/docs/v6.2/docs/reference/deployment-structure.md @@ -52,7 +52,7 @@ _entando-core_ repo below). Reviewing the dependencies of this application in th dependencies on the _entando-core_, _entando-engine_, and _admin-console_ which encompass the core functionality in versions of Entando prior to Entando 6. In a quickstart deployment the _entando-de-app_ is deployed as part of the _entando-composite-app_ multi container pod. -* GitHub: +* GitHub: * DockerHub: , #### Customization diff --git a/vuepress/docs/v6.2/docs/reference/entando-apis.md b/vuepress/docs/v6.2/docs/reference/entando-apis.md index 0976b8fe73..79e1c9a882 100644 --- a/vuepress/docs/v6.2/docs/reference/entando-apis.md +++ b/vuepress/docs/v6.2/docs/reference/entando-apis.md @@ -14,7 +14,7 @@ sidebarDepth: 0 1. Clone the Entando reference app if you don’t already have it. - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. Start the app for local execution and enable the swagger profile by passing `-Dspring.profiles.active=swagger` to the jetty command. Set diff --git a/vuepress/docs/v6.2/tutorials/customize-the-platform/app-engine/build-core-image.md b/vuepress/docs/v6.2/tutorials/customize-the-platform/app-engine/build-core-image.md index a8fd7f64ac..ce5fd8417f 100644 --- a/vuepress/docs/v6.2/tutorials/customize-the-platform/app-engine/build-core-image.md +++ b/vuepress/docs/v6.2/tutorials/customize-the-platform/app-engine/build-core-image.md @@ -17,14 +17,14 @@ This tutorial will take you through the basic steps to create a docker image from an Entando core application. A more detailed guide with additional commands and configuration can be found here: - + ## Setup 1. Clone the application at: - using + using - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. On a command line, cd into the entando-de-app you just cloned: diff --git a/vuepress/docs/v6.2/tutorials/customize-the-platform/app-engine/building-prepackaged-image.md b/vuepress/docs/v6.2/tutorials/customize-the-platform/app-engine/building-prepackaged-image.md index 2709ec77a6..345818d936 100644 --- a/vuepress/docs/v6.2/tutorials/customize-the-platform/app-engine/building-prepackaged-image.md +++ b/vuepress/docs/v6.2/tutorials/customize-the-platform/app-engine/building-prepackaged-image.md @@ -23,9 +23,9 @@ deploy it as a new application. ## Setup 1. Clone the application at: - using + using - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. On a command line, cd into the entando-de-app you just cloned: diff --git a/vuepress/docs/v6.2/tutorials/customize-the-platform/app-engine/core-swagger.md b/vuepress/docs/v6.2/tutorials/customize-the-platform/app-engine/core-swagger.md index 576f4d4141..5ed1a42a48 100644 --- a/vuepress/docs/v6.2/tutorials/customize-the-platform/app-engine/core-swagger.md +++ b/vuepress/docs/v6.2/tutorials/customize-the-platform/app-engine/core-swagger.md @@ -10,7 +10,7 @@ 1. Clone the Entando sample app if you don’t already have it. - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. Start the app for local execution and enable the swagger profile by passing `-Dspring.profiles.active=swagger` to the jetty command. Set diff --git a/vuepress/docs/v6.2/tutorials/devops/backing-up-and-restoring-your-environment.md b/vuepress/docs/v6.2/tutorials/devops/backing-up-and-restoring-your-environment.md index 0988ae178e..422ee239a8 100644 --- a/vuepress/docs/v6.2/tutorials/devops/backing-up-and-restoring-your-environment.md +++ b/vuepress/docs/v6.2/tutorials/devops/backing-up-and-restoring-your-environment.md @@ -40,9 +40,9 @@ In this lab you’ll take a previously built demo application, install the backup files, build a Docker image from the updated app, and deploy it as a new application. 1. Clone the application at: - using + using - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. On a command line, cd into the _entando-de-app_ you just cloned: diff --git a/vuepress/docs/v6.2/tutorials/devops/build-core-image.md b/vuepress/docs/v6.2/tutorials/devops/build-core-image.md index 6d171f16c4..b8a5729564 100644 --- a/vuepress/docs/v6.2/tutorials/devops/build-core-image.md +++ b/vuepress/docs/v6.2/tutorials/devops/build-core-image.md @@ -17,14 +17,14 @@ This tutorial will take you through the basic steps to create a docker image from an Entando core application. A more detailed guide with additional commands and configuration can be found here: - + ## Setup 1. Clone the application at: - using + using - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. On a command line, cd into the entando-de-app you just cloned: diff --git a/vuepress/docs/v6.3.2/docs/concepts/custom-resources.md b/vuepress/docs/v6.3.2/docs/concepts/custom-resources.md index 6497ff23a1..d741f6cedd 100644 --- a/vuepress/docs/v6.3.2/docs/concepts/custom-resources.md +++ b/vuepress/docs/v6.3.2/docs/concepts/custom-resources.md @@ -234,7 +234,7 @@ Deployment packages three images into a single Pod: the Entando App Image in que * Github Repo: [entando/entando-k8s-app-controller](https://github.com/entando-k8s/entando-k8s-app-controller) * Deployment Details - Entando App: * Docker image: [entando/entando-de-app-wildfly](https://hub.docker.com/r/entando/entando-de-app-wildfly) **or** [entando/entando-de-app-eap](https://hub.docker.com/r/entando/entando-de-app-eap) - * Github Repo: [entando-k8s/entando-de-app](https://github.com/entando-k8s/entando-de-app) + * Github Repo: [entando-k8s/entando-de-app](https://github.com/entando/entando-de-app) * Entando Cluster Citizen: [Entando App](./#entando-cluster-citizens) * Deployment Details - AppBuilder: * Docker image: [entando/app-builder](https://hub.docker.com/r/entando/app-builder) @@ -313,7 +313,7 @@ spec: * `spec.environmentVariables` is a Map of environment variables to pass to the EntandoApp Docker image. For example, this could be used to provide connection details for custom datasources or message queues as discussed in the [custom datasources tutorial](../../tutorials/customize-the-platform/change-default-datasources-and-connections/). Also note that all of the - [Spring variables in an Entando project](https://github.com/entando-k8s/entando-de-app/blob/master/src/main/conf/systemParams.properties) + [Spring variables in an Entando project](https://github.com/entando/entando-de-app/blob/master/src/main/conf/systemParams.properties) can also be overridden here by specifying the equivalent SNAKE_CASE names of the dot-delimited Spring properties. These parameters are applied to the container's environment variables after all variables have been calculated. It can therefore also be used as a mechanism to override any of the default environment variables that need customization. diff --git a/vuepress/docs/v6.3.2/docs/reference/deployment-structure.md b/vuepress/docs/v6.3.2/docs/reference/deployment-structure.md index 2684fadae6..f1e828c795 100644 --- a/vuepress/docs/v6.3.2/docs/reference/deployment-structure.md +++ b/vuepress/docs/v6.3.2/docs/reference/deployment-structure.md @@ -52,7 +52,7 @@ _entando-core_ repo below). Reviewing the dependencies of this application in th dependencies on the _entando-core_, _entando-engine_, and _admin-console_ which encompass the core functionality in versions of Entando prior to Entando 6. In a quickstart deployment the _entando-de-app_ is deployed as part of the _entando-composite-app_ multi container pod. -* GitHub: +* GitHub: * DockerHub: , #### Customization diff --git a/vuepress/docs/v6.3.2/docs/reference/entando-apis.md b/vuepress/docs/v6.3.2/docs/reference/entando-apis.md index 52ca3499a4..cc53985856 100644 --- a/vuepress/docs/v6.3.2/docs/reference/entando-apis.md +++ b/vuepress/docs/v6.3.2/docs/reference/entando-apis.md @@ -67,7 +67,7 @@ Configure your Keycloak client in order to support Swagger UI. A quickstart envi 1. Clone the Entando reference application: - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. Start the application with the following options: diff --git a/vuepress/docs/v6.3.2/tutorials/devops/backing-up-and-restoring-your-environment.md b/vuepress/docs/v6.3.2/tutorials/devops/backing-up-and-restoring-your-environment.md index d3677a5512..ed3209e00b 100644 --- a/vuepress/docs/v6.3.2/tutorials/devops/backing-up-and-restoring-your-environment.md +++ b/vuepress/docs/v6.3.2/tutorials/devops/backing-up-and-restoring-your-environment.md @@ -44,9 +44,9 @@ In this tutorial you’ll create a custom copy of an Entando Application, instal backup files, build a Docker image from the updated app, and deploy it as a new application. Steps 3 and 4 can be skipped if you simply want to create a custom application. 1. Clone the application at: - using + using - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. On a command line, cd into the _entando-de-app_ you just cloned: diff --git a/vuepress/docs/v6.3.2/tutorials/devops/build-core-image.md b/vuepress/docs/v6.3.2/tutorials/devops/build-core-image.md index 5b694d1f58..0201b9f1f5 100644 --- a/vuepress/docs/v6.3.2/tutorials/devops/build-core-image.md +++ b/vuepress/docs/v6.3.2/tutorials/devops/build-core-image.md @@ -21,14 +21,14 @@ This tutorial will take you through the basic steps to create a docker image from an Entando core application. A more detailed guide with additional commands and configuration can be found here: - + ## Setup 1. Clone the application at: - using + using - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. On a command line, cd into the entando-de-app you just cloned: diff --git a/vuepress/docs/v6.3.2/tutorials/devops/clustering-caching/caching-and-clustering.md b/vuepress/docs/v6.3.2/tutorials/devops/clustering-caching/caching-and-clustering.md index 2bb6eb32d9..6e60be2fb7 100644 --- a/vuepress/docs/v6.3.2/tutorials/devops/clustering-caching/caching-and-clustering.md +++ b/vuepress/docs/v6.3.2/tutorials/devops/clustering-caching/caching-and-clustering.md @@ -125,7 +125,7 @@ redis-cli -h 10.43.99.198 -p 6379 incr mycounter 1. Use git to clone the `entando-de-app` repository ```sh -git clone https://github.com/entando-k8s/entando-de-app +git clone https://github.com/entando/entando-de-app ``` 2. Fetch the tags and checkout the release tag and create a branch for your customization diff --git a/vuepress/docs/v6.3/docs/concepts/custom-resources.md b/vuepress/docs/v6.3/docs/concepts/custom-resources.md index f475e2e99c..5c04fd5299 100644 --- a/vuepress/docs/v6.3/docs/concepts/custom-resources.md +++ b/vuepress/docs/v6.3/docs/concepts/custom-resources.md @@ -234,7 +234,7 @@ Deployment packages three images into a single Pod: the Entando App Image in que * Github Repo: [entando/entando-k8s-app-controller](https://github.com/entando-k8s/entando-k8s-app-controller) * Deployment Details - Entando App: * Docker image: [entando/entando-de-app-wildfly](https://hub.docker.com/r/entando/entando-de-app-wildfly) **or** [entando/entando-de-app-eap](https://hub.docker.com/r/entando/entando-de-app-eap) - * Github Repo: [entando-k8s/entando-de-app](https://github.com/entando-k8s/entando-de-app) + * Github Repo: [entando-k8s/entando-de-app](https://github.com/entando/entando-de-app) * Entando Cluster Citizen: [Entando App](./#entando-cluster-citizens) * Deployment Details - AppBuilder: * Docker image: [entando/app-builder](https://hub.docker.com/r/entando/app-builder) @@ -312,7 +312,7 @@ spec: * `spec.environmentVariables` is a Map of environment variables to pass to the EntandoApp Docker image. For example, this could be used to provide connection details for custom datasources or message queues as discussed in the [custom datasources tutorial](../../tutorials/customize-the-platform/change-default-datasources-and-connections/). Also note that all of the - [Spring variables in an Entando project](https://github.com/entando-k8s/entando-de-app/blob/master/src/main/conf/systemParams.properties) + [Spring variables in an Entando project](https://github.com/entando/entando-de-app/blob/master/src/main/conf/systemParams.properties) can also be overridden here by specifying the equivalent SNAKE_CASE names of the dot-delimited Spring properties. These parameters are applied to the container's environment variables after all variables have been calculated. It can therefore also be used as a mechanism to override any of the default environment variables that need customization. diff --git a/vuepress/docs/v6.3/docs/reference/deployment-structure.md b/vuepress/docs/v6.3/docs/reference/deployment-structure.md index 2684fadae6..f1e828c795 100644 --- a/vuepress/docs/v6.3/docs/reference/deployment-structure.md +++ b/vuepress/docs/v6.3/docs/reference/deployment-structure.md @@ -52,7 +52,7 @@ _entando-core_ repo below). Reviewing the dependencies of this application in th dependencies on the _entando-core_, _entando-engine_, and _admin-console_ which encompass the core functionality in versions of Entando prior to Entando 6. In a quickstart deployment the _entando-de-app_ is deployed as part of the _entando-composite-app_ multi container pod. -* GitHub: +* GitHub: * DockerHub: , #### Customization diff --git a/vuepress/docs/v6.3/docs/reference/entando-apis.md b/vuepress/docs/v6.3/docs/reference/entando-apis.md index 52ca3499a4..cc53985856 100644 --- a/vuepress/docs/v6.3/docs/reference/entando-apis.md +++ b/vuepress/docs/v6.3/docs/reference/entando-apis.md @@ -67,7 +67,7 @@ Configure your Keycloak client in order to support Swagger UI. A quickstart envi 1. Clone the Entando reference application: - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. Start the application with the following options: diff --git a/vuepress/docs/v6.3/tutorials/devops/backing-up-and-restoring-your-environment.md b/vuepress/docs/v6.3/tutorials/devops/backing-up-and-restoring-your-environment.md index 6814125a3d..e709f0b8fb 100644 --- a/vuepress/docs/v6.3/tutorials/devops/backing-up-and-restoring-your-environment.md +++ b/vuepress/docs/v6.3/tutorials/devops/backing-up-and-restoring-your-environment.md @@ -40,9 +40,9 @@ In this tutorial you’ll create a custom copy of an Entando Application, instal backup files, build a Docker image from the updated app, and deploy it as a new application. Steps 3 and 4 can be skipped if you simply want to create a custom application. 1. Clone the application at: - using + using - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. On a command line, cd into the _entando-de-app_ you just cloned: diff --git a/vuepress/docs/v6.3/tutorials/devops/build-core-image.md b/vuepress/docs/v6.3/tutorials/devops/build-core-image.md index e2bab49d89..2cd86f650f 100644 --- a/vuepress/docs/v6.3/tutorials/devops/build-core-image.md +++ b/vuepress/docs/v6.3/tutorials/devops/build-core-image.md @@ -17,14 +17,14 @@ This tutorial will take you through the basic steps to create a docker image from an Entando core application. A more detailed guide with additional commands and configuration can be found here: - + ## Setup 1. Clone the application at: - using + using - git clone https://github.com/entando-k8s/entando-de-app + git clone https://github.com/entando/entando-de-app 2. On a command line, cd into the entando-de-app you just cloned: diff --git a/vuepress/docs/v6.3/tutorials/devops/clustering-caching/caching-and-clustering.md b/vuepress/docs/v6.3/tutorials/devops/clustering-caching/caching-and-clustering.md index 7ef0d4e180..ce39882d66 100644 --- a/vuepress/docs/v6.3/tutorials/devops/clustering-caching/caching-and-clustering.md +++ b/vuepress/docs/v6.3/tutorials/devops/clustering-caching/caching-and-clustering.md @@ -138,7 +138,7 @@ redis-cli -h 10.43.99.198 -p 6379 incr mycounter 1. Use git to clone the `entando-de-app` repository ```sh -git clone https://github.com/entando-k8s/entando-de-app +git clone https://github.com/entando/entando-de-app ``` 2. Fetch the tags and checkout the release tag and create a branch for your customization