Skip to content

Commit

Permalink
New links on getting started page in v6.3.2 and next
Browse files Browse the repository at this point in the history
  • Loading branch information
jyunmitch committed Nov 18, 2021
1 parent eff0377 commit b6a6584
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 24 deletions.
2 changes: 1 addition & 1 deletion vuepress/docs/.vuepress/next.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
docsSidebar: function(path) {
return [
{
title: 'Overview',
title: 'Introduction',
path: path,
},
{
Expand Down
30 changes: 23 additions & 7 deletions vuepress/docs/next/docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -32,16 +50,14 @@ 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)
3. [Deploy Entando](#deploy-entando)

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?
Expand Down
28 changes: 12 additions & 16 deletions vuepress/docs/v6.3.2/docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand All @@ -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.
:::

Expand Down

0 comments on commit b6a6584

Please sign in to comment.