---
html:
toc: true
offline: true
export_on_save:
html: true
---
# Postman 설치하기
---
KSB 인공지능 프레임워크는 RESTful API를 통해 많은 인터페이스와 서비스를 제공하며,
이러한 기능을 확인하기 위해 Postman 이라는 RESTful 인터페이스 시험 도구를 사용합니다.
## Postman 관련 정보
- 다음 링크를 통해 자세한 요구사항 등을 확인할 수 있습니다. [Postman](https://www.getpostman.com/)
## Postman 설치 하기
Postman 은 windows, mac, linux 환경을 모두 지원하며,
여기에서는 리눅스 환경에서의 설치 방법을 설명 합니다.
설치는 다음과 같이 압축을 해제 하는 것으로 완료 됩니다.
```sh
$ wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz
$ sudo tar -xzf postman.tar.gz -C /opt
$ sudo ln -s /opt/Postman/Postman /usr/bin/postman
```
Ubuntu 탐색기에서 검색 및 이용할 수 있도록 다음과 같은 명령을 실행 합니다.
```sh
cat > ~/.local/share/applications/postman.desktop <