Skip to content

Commit

Permalink
Merge pull request #8584 from ashera96/master
Browse files Browse the repository at this point in the history
Improve documentations for 4.4.0 release
  • Loading branch information
PasanT9 authored Oct 31, 2024
2 parents 14c94ba + 421fb5f commit 373aa02
Show file tree
Hide file tree
Showing 303 changed files with 43 additions and 42,655 deletions.
Binary file modified en/docs/assets/img/get_started/api-publisher-home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified en/docs/assets/img/get_started/design-new-rest-api.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 41 additions & 8 deletions en/docs/get-started/api-manager-quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,51 @@ This section is a step-by-step guide to create, publish, and invoke an API using

### Before you begin...

Follow the instructions below to start WSO2 API-M.
Chose a deployment option to start WSO2 API Manager.

1. Install [Oracle Java SE Development Kit (JDK)](http://java.sun.com/javase/downloads/index.jsp) version 17 and set the `JAVA_HOME` environment variable.

For more information on setting the `JAVA_HOME` environment variable for different operating systems, see [Setup and Install]({{base_path}}/install-and-setup/install/installing-the-product/installing-api-m-runtime/).
=== "Docker"

Run WSO2 API Manager using Docker

1. Install [Docker](https://docs.docker.com/get-docker/)
2. Pull and Start WSO2 API Manager using the following command.

```bash
docker run -it -p 9443:9443 -p 8243:8243 -p 8280:8280 wso2/wso2am:4.4.0
```

!!! note

- The `docker run` command will start WSO2 API Manager and expose the ports `9443`, `8243`, and `8280`.
- The default admin credentials for WSO2 API Manager are `admin/admin`.

2. [Download version 4.4.0 of WSO2 API-M](https://wso2.com/api-management/).
=== "Direct"

Download and run WSO2 API Manager manually

1. Install [Java SE Development Kit (JDK)](https://adoptium.net/temurin/releases/?arch=any&version=21) version 21 and set the `JAVA_HOME` environment variable.
For more information on setting the `JAVA_HOME` environment variable for different operating systems.

!!! note

Refer to the [Setup and Install]({{base_path}}/install-and-setup/install/installing-the-product/installing-api-m-runtime/#setting-up-java_home) for a step-by-step guide on configuring Java.

2. Download WSO2 API-Manager
- [Open Source Distribution](https://github.com/wso2/product-apim/releases/tag/v4.4.0)
- [WSO2 Official Distribution](https://wso2.com/api-manager/#)

3. Start WSO2 API-M by navigating to the `<API-M_HOME>/bin` directory using the command-line and execute the following command.
=== "Windows"

3. Start WSO2 API-M by navigating to the `<API-M_HOME>/bin` directory using the command-line and execute the following command.
```
api-manager.bat --run
```
=== "Unix"

- `api-manager.bat --run` (for Windows)
- `sh api-manager.sh` (for Linux)
```
sh api-manager.sh
```

### What you'll build

Expand Down
345 changes: 0 additions & 345 deletions en/docs/get-started/streaming-quick-start-guide.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 373aa02

Please sign in to comment.