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-606 minor changes #620

Merged
merged 2 commits into from
Nov 10, 2022
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
5 changes: 2 additions & 3 deletions vuepress/docs/next/docs/getting-started/entando-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ The basic requirements for the CLI vary with use case, as shown in the table bel

## Install the CLI
Install the current official release of the CLI:
``` bash
curl -L https://get.entando.org/cli | bash
```

<EntandoCode> bash <(curl -L "https://get.entando.org/cli") --update --release="{{ $site.themeConfig.entando.fixpack.v71 }}" </EntandoCode>

>The automatic option in [Getting Started](../getting-started/) will install the CLI along with a quickstart Entando Application.

Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/next/tutorials/curate/ms-private-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Supply the following parameters:
kubectl create secret docker-registry YOUR-SECRET-NAME --docker-server=YOUR-REGISTRY-SERVER --docker-username=YOUR-USERNAME --docker-password=YOUR-PASSWORD --docker-email=YOUR-EMAIL -n entando
```

**2b. Deploy a new Entando Application**
**2a. Deploy a new Entando Application**

If you're setting up a new Entando Application, you can [add the Secret to the Entando Operator ConfigMap](../devops/entando-operator.md) under the property `entando.k8s.operator.image.pull.secrets`. This is just a list containing the names of Docker Secrets in the operator's namespace.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The microservices tested with the CPU specs above were generated using the JHips
Complexity, content and number of pages determine the hardware requirements of an Entando install that includes the CMS. The minimum requirements are:

- 6 vCPUs for a single CMS instance. To scale up, allocate 4 vCPUs per replica.
- 8 GB of RAM for a single CMS instance. To scale up, allocate 4 GB of RAM per replica.
- 10 GB of RAM for a single CMS instance. To scale up, allocate 4 GB of RAM per replica.
- A minimum of 50 GB of storage for the static resources generated by the use of the Entando CMS.

## Backup Strategies
Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/v7.0/tutorials/curate/ecr-private-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Supply the following parameters:
kubectl create secret docker-registry YOUR-SECRET-NAME --docker-server=YOUR-REGISTRY-SERVER --docker-username=YOUR-USERNAME --docker-password=YOUR-PASSWORD --docker-email=YOUR-EMAIL -n entando
```

**2b. Deploy a new Entando Application**
**2a. Deploy a new Entando Application**

If you're setting up a new Entando Application, you can [add the secret to the Entando Operator ConfigMap](../devops/entando-operator.md) under the property `entando.k8s.operator.image.pull.secrets`. This is just a list containing the names of Docker Secrets in the operator's namespace.

Expand Down
6 changes: 3 additions & 3 deletions vuepress/docs/v7.1/docs/getting-started/entando-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ The basic requirements for the CLI vary with use case, as shown in the table bel

## Install the CLI
Install the current official release of the CLI:
``` bash
curl -L https://get.entando.org/cli | bash
```

<EntandoCode> bash <(curl -L "https://get.entando.org/cli") --update --release="{{ $site.themeConfig.entando.fixpack.v71 }}" </EntandoCode>


>The automatic option in [Getting Started](../getting-started/) will install the CLI along with a quickstart Entando Application.

Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/v7.1/docs/releases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Entando 7.1.0 is an important feature release that introduces major changes to t

## Breaking Changes
* Improvements to the AppBuilder MFE framework in Entando 7.1 rely on loading MFEs as [JavaScript modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules#other_differences_between_modules_and_standard_scripts). Older widget configuration MFEs may need to be upgraded to avoid the use of SPA-style runtime files which will prevent this from working.
* The latest [Create React App](https://create-react-app.dev/) defaults to this mode, so upgrading (e.g. `npx install react-scripts@latest`) may be all that is required.
* The latest [Create React App](https://create-react-app.dev/) defaults to this mode, so upgrading (e.g. `npm install react-scripts@latest`) may be all that is required.
* Older React apps can be rewired via webpack config overrides using a tool such as [react-app-wired](https://github.com/timarney/react-app-rewired)
* This console error can indicate the lack of module support in an MFE: `Uncaught TypeError: Cannot read properties of undefined (reading 'webpackJsonpreactchart')`
* [New bundle project structure](../curate/bundle-comparison.md) supported by the [ent bundle CLI](../getting-started/ent-bundle.md) module, with self-contained directories for components and services
Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/v7.1/tutorials/curate/ms-private-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Supply the following parameters:
kubectl create secret docker-registry YOUR-SECRET-NAME --docker-server=YOUR-REGISTRY-SERVER --docker-username=YOUR-USERNAME --docker-password=YOUR-PASSWORD --docker-email=YOUR-EMAIL -n entando
```

**2b. Deploy a new Entando Application**
**2a. Deploy a new Entando Application**

If you're setting up a new Entando Application, you can [add the Secret to the Entando Operator ConfigMap](../devops/entando-operator.md) under the property `entando.k8s.operator.image.pull.secrets`. This is just a list containing the names of Docker Secrets in the operator's namespace.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The microservices tested with the CPU specs above were generated using the JHips
Complexity, content and number of pages determine the hardware requirements of an Entando install that includes the CMS. The minimum requirements are:

- 6 vCPUs for a single CMS instance. To scale up, allocate 4 vCPUs per replica.
- 8 GB of RAM for a single CMS instance. To scale up, allocate 4 GB of RAM per replica.
- 10 GB of RAM for a single CMS instance. To scale up, allocate 4 GB of RAM per replica.
- A minimum of 50 GB of storage for the static resources generated by the use of the Entando CMS.

## Backup Strategies
Expand Down