diff --git a/vuepress/docs/.vuepress/next.js b/vuepress/docs/.vuepress/next.js index 96f484853c..5335e99878 100644 --- a/vuepress/docs/.vuepress/next.js +++ b/vuepress/docs/.vuepress/next.js @@ -2,7 +2,7 @@ module.exports = { docsSidebar: function(path) { return [ { - title: 'Overview', + title: 'Introduction', path: path, }, { diff --git a/vuepress/docs/next/docs/getting-started/README.md b/vuepress/docs/next/docs/getting-started/README.md index fb460d1a79..e92a04aadd 100644 --- a/vuepress/docs/next/docs/getting-started/README.md +++ b/vuepress/docs/next/docs/getting-started/README.md @@ -4,17 +4,35 @@ sidebarDepth: 2 # Getting Started with Entando + + ::: warning **Mac:** Entando 7 is not currently compatible with the Apple M1 ARM64 architecture found in some newer Macs. ::: -There are two options for getting started with the Entando platform. -1. [Automatically install Entando via the Entando command-line interface (CLI)](#automatic-install). This is the fastest way to initialize an Entando application in Kubernetes. A CLI install defaults certain settings and prepares a local developer environment. -2. [Manually install Entando step by step](#manual-install). This permits configuration of either a shared cluster or a local developer environment. A manual install is appropriate when CLI defaults don't meet specific needs, or to customize the deployment. +## Try Entando + +Set up Entando using two simple steps or install manually for your specific needs. Then try the platform with a simple widget or walk through the **Welcome Wizard** in our App Builder. For a more in-depth experience, check out our **Standard Banking Demo**. + +* [Automatic Install](#automatic-install): The fastest way to locally install and start up Entando in Kubernetes. +* [Manual Install](#manual-install): Useful if you want a shared cluster or a custom local instance. + +Once you're setup, check out: +- [Build a simple Bundle and create an App](../../tutorials/ecr/publish-simple-bundle.html) +- [Welcome Wizard](welcome-wizard.html) +- [Install our Standard Banking Demo](../../tutorials/samples/install-standard-demo.html) +## Learn about Entando + +Learn about what Entando can do top down or explore the elements that make developing applications on Kubernetes faster and easier. + +* [Introduction to Entando ](../) +* [Learning Paths](../../tutorials/#learning-paths) +* [Concepts Overview](../concepts/) ## Automatic Install -The following steps will launch an Ubuntu VM via Multipass, install Kubernetes, and then deploy Entando to it. +Automatically install Entando via the Entando command-line interface (CLI) and prepare a local developer environment with default settings. +The following steps launch an Ubuntu VM via Multipass, install Kubernetes, then deploy Entando to it. 1. Install [Multipass](https://multipass.run/#install) ``` http request @@ -32,7 +50,7 @@ curl -sfL https://get.entando.org | bash ## Manual Install -This in-depth guide takes a learn-as-you-go approach. It will give you a working knowledge of Kubernetes as you get Entando up and running in a local environment. +Configure a shared cluster or customize a local developer environment. This is a learn-as-you-go approach. It will give you a working knowledge of Kubernetes as you get Entando up and running in a local environment. The process is as follows: 1. [Install Kubernetes](#install-kubernetes) 2. [Prepare Kubernetes Environment](#prepare-kubernetes) @@ -40,8 +58,6 @@ This in-depth guide takes a learn-as-you-go approach. It will give you a working Note: For advanced or long-time Entando users, check out our [Quick Reference](quick-reference) install guide for just the steps. -Since Entando is designed to run on Kubernetes, let's get started by installing our own instance of Kubernetes locally. - We've tested a variety of Kubernetes implementations, including Minikube, Minishift, CodeReady Containers, K3s, and Microk8s, to find the optimal combination of low cpu/memory usage, fast startup times, and minimal configuration. After downloading the necessary files, we'll have our own instance of Kubernetes up and running in <60 seconds. ::: tip What's Needed to Run Kubernetes? diff --git a/vuepress/docs/v6.3.2/docs/getting-started/README.md b/vuepress/docs/v6.3.2/docs/getting-started/README.md index d30aa73fb9..de86cdf252 100644 --- a/vuepress/docs/v6.3.2/docs/getting-started/README.md +++ b/vuepress/docs/v6.3.2/docs/getting-started/README.md @@ -10,18 +10,15 @@ sidebarDepth: 2 ## Try Entando -Set up Entando using two simple steps or install manually for your specific needs. Then try the platform with a simple widget or walk through the **Welcome Wizard** in our App Builder. For a more in-depth experience, check out our **Standard Banking demo**. +Set up Entando using two simple steps or install manually for your specific needs. Then try the platform with a simple widget or walk through the **Welcome Wizard** in our App Builder. For a more in-depth experience, check out our **Standard Banking Demo**. -* [Automatic Install](#automatic-install): -The fastest way to locally install and start up Entando in Kubernetes. - -* [Manual Install](#manual-install): -Useful if you want a shared cluster or customize. - - Once you're setup, check out: - * [Build a simple Bundle and create an App](../../tutorials/ecr/publish-simple-bundle.html) - * [Welcome Wizard](welcome-wizard.html) - * [Install our Standard Banking Demo](../../tutorials/samples/install-standard-demo.html) +* [Automatic Install](#automatic-install): The fastest way to locally install and start up Entando in Kubernetes. +* [Manual Install](#manual-install): Useful if you want a shared cluster or a custom local instance. + +Once you're setup, check out: +- [Build a simple Bundle and create an App](../../tutorials/ecr/publish-simple-bundle.html) +- [Welcome Wizard](welcome-wizard.html) +- [Install our Standard Banking Demo](../../tutorials/samples/install-standard-demo.html) ## Learn about Entando @@ -33,7 +30,7 @@ Learn about what Entando can do top down or explore the elements that make devel ## Automatic Install -Automatically install Entando via the Entando command-line interface (CLI) and prepare a local developer environment with defaults settings. +Automatically install Entando via the Entando command-line interface (CLI) and prepare a local developer environment with default settings. The following steps launch an Ubuntu VM via Multipass, install Kubernetes, then deploy Entando to it. 1. Install [Multipass](https://multipass.run/#install) @@ -58,12 +55,11 @@ Configure a shared cluster or customize a local developer environment. This is a 2. [Prepare Kubernetes Environment](#prepare-kubernetes) 3. [Deploy Entando](#deploy-entando) -We've tested a variety of Kubernetes implementations, including Minikube, Minishift, CodeReady Containers, K3s, and Microk8s, to find the optimal combination of low cpu/memory usage, fast startup times, and minimal configuration. After downloading the necessary files, you'll have your own instance of Kubernetes up and running in <60 seconds. +Note: For advanced or long-time Entando users, check out our [Quick Reference](quick-reference) install guide for just the steps. -::: tip Notes: -For advanced or long-time Entando users, check out our [Quick Reference](quick-reference) install guide for just the steps. +We've tested a variety of Kubernetes implementations, including Minikube, Minishift, CodeReady Containers, K3s, and Microk8s, to find the optimal combination of low cpu/memory usage, fast startup times, and minimal configuration. After downloading the necessary files, you'll have your own instance of Kubernetes up and running in <60 seconds. -**What's Needed to Run Kubernetes?** +::: tip What's Needed to Run Kubernetes? Kubernetes is a container orchestrator designed to manage a server cluster. It requires at least one master node running a Linux OS. A lightweight ubuntu VM can be created in seconds with Multipass. Choosing a Type 1 hypervisor eliminates a guest OS, maximizing speed and performance. :::