Skip to content

Commit 5f92411

Browse files
committed
Updates getting-started/getting-started.md
Auto commit by GitBook Editor
1 parent ef56e95 commit 5f92411

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

getting-started/getting-started.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
## Getting Started
22

3-
Welcome to our Getting Started Guide. This guide is a step by step tutorial on how to get Activiti Cloud up and running.
3+
Welcome to our Getting Started Guide. This guide is a step by step tutorial on how to get Activiti 7 and Activiti Cloud up and running.
44

55
The first decision that you will need to make is to choose between running all services with:
66

77
* [Docker Compose](getting-started/docker.md)
8-
* [Kubernetes (Minikube)](getting-started/minikube.md)
8+
* [Kubernetes \(Minikube\)](getting-started/minikube.md)
99

1010
The main difference between these two options is the degree of similarities that you will have a with a real production environment in your local setup. I would recommend [Minikube](https://github.com/kubernetes/minikube) if you are planning to run in [Kubernetes](https://kubernetes.io/) hosted in a cloud provider. Minikube runs inside a VM, causing the application to be running inside a different instance of an Operating System. But if you're new to microservices Docker is a good place to start.
1111

1212
The Docker Compose approach is probably faster, as it doesn’t require a VM, but you will need to be careful with configurations. Remember that if you are planning to run your applications in a clustered environment, each of the services might run in a different node.
1313

14-
No matter which option do you choose, from a high level perspective these are the steps that you will need to perform the following steps:
14+
No matter which option you choose, from a high level perspective these are the steps that you will need to perform:
1515

1616
1. Start Infrastructure
1717
2. New Activiti Cloud Application
@@ -20,5 +20,5 @@ No matter which option do you choose, from a high level perspective these are th
2020
3. Deploy it
2121
4. Repeat 2 for a new Activiti Cloud Application
2222

23-
2423
Once you have everything up and running, you can [Test](getting-started/testing.md).
24+

0 commit comments

Comments
 (0)