postman
설치 (centOS7)
다운로드
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
실행
postman
바로가기 생성
경로이동
cd /usr/share/applications
로가
postman.desktop 파일 생성
sudo vi postman.desktop
postman.desktop에 내용 추가
[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=postman
Icon=/opt/Postman/app/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development
프로그램-개발에 들어가서 바로가기가 생긴 것을 확인
원문 링크 : https://d2fault.github.io/2018/08/03/20180803-install-postman-centos/
'기타자료' 카테고리의 다른 글
git push 특정 지점으로 되돌리기 (0) | 2019.05.16 |
---|---|
마크다운 문법 에디터 (0) | 2019.05.14 |
스마트에디터2 적용시 변경/체크 사항 (0) | 2019.03.13 |
유튜브 썸네일 URL (0) | 2019.02.14 |
자바 스크립트 코드 정리 해주는 사이트 (0) | 2019.01.29 |