Skip to content

Commit

Permalink
Update quick start guid on vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
KalinduGandara committed Nov 5, 2024
1 parent 4a123b6 commit 2cb0a8d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 21 deletions.
14 changes: 6 additions & 8 deletions en/docs/develop/mi-for-vscode/install-wso2-mi-for-vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,17 @@ This page walks you through how to get started with the Micro Integrator for VS

## Prerequisites

- Download and install Java SE Development Kit (JDK) version 11 or 17. See [tested JDK versions]({{base_path}}/install-and-setup/setup/reference/product-compatibility/#tested-jdks) for more information.

- Set the `JAVA_HOME` environment variable in the [system settings]({{base_path}}/install-and-setup/install/installing-mi/#setting-up-java_home).

- Download and install [Apache Maven](https://maven.apache.org/download.cgi) (version 3.6.0 onwards).

- Set the path for Apache Maven in the [system's PATH environment variable](https://maven.apache.org/install.html).

- Download and install the Visual Studio Code editor from [here](https://code.visualstudio.com/download).

!!! info
For more information on installing Visual Studio Code, refer to [Visual Studio Code documentation](https://code.visualstudio.com/docs/setup/setup-overview).

!!! Note
The following will be prompt to download by the **Micro Integrator for VS Code** extension if they are not already available when you open your first project:

- **Java Development Kit (JDK)**
- **WSO2 Micro Integrator 4.3.0 Runtime**

## Install the MI VS Code extension

Follow one of the following two options to install the MI VS Code extension.
Expand Down
19 changes: 6 additions & 13 deletions en/docs/get-started/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,14 @@ In this guide, you'll learn the basics of setting up and using WSO2 MI to create

The following software and configurations are required to proceed with this tutorial:

- **Java Development Kit (JDK):** Version 11 or 17 is required. Set up a [JDK that is compatible]({{base_path}}/install-and-setup/setup/reference/product-compatibility/#tested-jdks). Ensure the JDK is properly configured in your [system's PATH environment variable](({{base_path}}/install-and-setup/install/installing-mi)).

!!! Info
For more information on setting the `JAVA_HOME` environment variable for different operating systems, see the [Install and Setup]({{base_path}}/install-and-setup/install/installing-mi) documentation.

- **Apache Maven:** Ensure [Apache Maven](https://maven.apache.org/download.cgi) is installed (version 3.6.0 onwards) and its path is correctly set within the [system's PATH environment variable](https://maven.apache.org/install.html).

!!! info
For more information on installing Apache Maven, see the [Apache Maven documentation](https://maven.apache.org/install.html).

- **WSO2 Micro Integrator 4.3.0 Runtime:** Set up WSO2 Micro Integrator 4.3.0 runtime on your machine.
1. Download the Micro Integrator 4.3.0 distribution as a ZIP file from [here](https://github.com/wso2/micro-integrator/releases/download/v4.3.0/wso2mi-4.3.0.zip).
2. Extract the ZIP file. Hereafter, this extracted folder will be referred to as the `<MI_HOME>` folder.
- **Visual Studio Code (VS Code):** with the [Micro Integrator for VS Code](https://marketplace.visualstudio.com/items?itemName=WSO2.micro-integrator) extension installed.

!!! Note
The following will be prompt to download by the **Micro Integrator for VS Code** extension if they are not already available when you open your first project:

- **Java Development Kit (JDK)**
- **WSO2 Micro Integrator 4.3.0 Runtime**

After completing the steps above, follow the instructions below to create your first integration solution:

## What you'll build
Expand Down

0 comments on commit 2cb0a8d

Please sign in to comment.