Skip to content
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

ENDOC-397 Replaced 61 occurrences across 35 files #367

Merged
merged 1 commit into from
Dec 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vuepress/docs/next/docs/concepts/custom-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/next/docs/reference/deployment-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/entando-k8s/entando-de-app/>
* GitHub: <https://github.com/entando/entando-de-app/>
* DockerHub: <https://hub.docker.com/repository/docker/entando/entando-de-app-eap>,<https://hub.docker.com/repository/docker/entando/entando-de-app-wildfly>

#### Customization
Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/next/docs/reference/entando-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<https://github.com/entando-k8s/entando-de-app> using
<https://github.com/entando/entando-de-app> 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:

Expand Down
6 changes: 3 additions & 3 deletions vuepress/docs/next/tutorials/devops/build-core-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<https://github.com/entando-k8s/entando-de-app>
<https://github.com/entando/entando-de-app>

## Setup

1. Clone the application at:
<https://github.com/entando-k8s/entando-de-app> using
<https://github.com/entando/entando-de-app> 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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions vuepress/docs/v6.1/docs/concepts/custom-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/v6.1/docs/reference/core-swagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/v6.1/docs/reference/deployment-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/entando-k8s/entando-de-app/>
* GitHub: <https://github.com/entando/entando-de-app/>
* DockerHub: <https://hub.docker.com/repository/docker/entando/entando-de-app-eap>,<https://hub.docker.com/repository/docker/entando/entando-de-app-wildfly>

#### Customization
Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/v6.1/docs/reference/entando-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<https://github.com/entando-k8s/entando-de-app>
<https://github.com/entando/entando-de-app>

## Setup

1. Clone the application at:
<https://github.com/entando-k8s/entando-de-app> using
<https://github.com/entando/entando-de-app> 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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ deploy it as a new application.
## Setup

1. Clone the application at:
<https://github.com/entando-k8s/entando-de-app> using
<https://github.com/entando/entando-de-app> 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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<https://github.com/entando-k8s/entando-de-app> using
<https://github.com/entando/entando-de-app> 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:

Expand Down
6 changes: 3 additions & 3 deletions vuepress/docs/v6.1/tutorials/devops/build-core-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<https://github.com/entando-k8s/entando-de-app>
<https://github.com/entando/entando-de-app>

## Setup

1. Clone the application at:
<https://github.com/entando-k8s/entando-de-app> using
<https://github.com/entando/entando-de-app> 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:

Expand Down
4 changes: 2 additions & 2 deletions vuepress/docs/v6.2/docs/concepts/custom-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/v6.2/docs/reference/deployment-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/entando-k8s/entando-de-app/>
* GitHub: <https://github.com/entando/entando-de-app/>
* DockerHub: <https://hub.docker.com/repository/docker/entando/entando-de-app-eap>,<https://hub.docker.com/repository/docker/entando/entando-de-app-wildfly>

#### Customization
Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/v6.2/docs/reference/entando-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<https://github.com/entando-k8s/entando-de-app>
<https://github.com/entando/entando-de-app>

## Setup

1. Clone the application at:
<https://github.com/entando-k8s/entando-de-app> using
<https://github.com/entando/entando-de-app> 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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ deploy it as a new application.
## Setup

1. Clone the application at:
<https://github.com/entando-k8s/entando-de-app> using
<https://github.com/entando/entando-de-app> 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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<https://github.com/entando-k8s/entando-de-app> using
<https://github.com/entando/entando-de-app> 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:

Expand Down
6 changes: 3 additions & 3 deletions vuepress/docs/v6.2/tutorials/devops/build-core-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<https://github.com/entando-k8s/entando-de-app>
<https://github.com/entando/entando-de-app>

## Setup

1. Clone the application at:
<https://github.com/entando-k8s/entando-de-app> using
<https://github.com/entando/entando-de-app> 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:

Expand Down
4 changes: 2 additions & 2 deletions vuepress/docs/v6.3.2/docs/concepts/custom-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/entando-k8s/entando-de-app/>
* GitHub: <https://github.com/entando/entando-de-app/>
* DockerHub: <https://hub.docker.com/repository/docker/entando/entando-de-app-eap>,<https://hub.docker.com/repository/docker/entando/entando-de-app-wildfly>

#### Customization
Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/v6.3.2/docs/reference/entando-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<https://github.com/entando-k8s/entando-de-app> using
<https://github.com/entando/entando-de-app> 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:

Expand Down
6 changes: 3 additions & 3 deletions vuepress/docs/v6.3.2/tutorials/devops/build-core-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<https://github.com/entando-k8s/entando-de-app>
<https://github.com/entando/entando-de-app>

## Setup

1. Clone the application at:
<https://github.com/entando-k8s/entando-de-app> using
<https://github.com/entando/entando-de-app> 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:

Expand Down
Loading