편리 avatar

Ubuntu 16.04에 MongoDB 툴 Robo 3T 설치

chicpro

Published: 20 Feb 2018 › Updated: 20 Feb 2018Ubuntu 16.04에 MongoDB 툴 Robo 3T 설치

Ubuntu 16.04에 MongoDB 툴 Robo 3T 설치

img

MongoDB 설치 후 GUI 클라이언트를 사용하기 위해 Robo 3T를 설치했다. Robo 3T 설치를 위해 아래 사이트에서 파일을 다운로드 하거나 wget 명령을 통해 직접 다운로드 한다.

Robo 3T : https://robomongo.org/download

wget https://download.robomongo.org/1.2.1/linux/robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz

다운로드 파일을 /opt 디렉토리에 압축해제 하고 디렉토리명을 변경한다.

sudo tar -xvzf robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz -C /opt
cd /opt
sudo mv robo3t-1.2.1-linux-x86_64-3e50a65/ robo3t/

Robo 3T 실행 파일 robo3t의 심볼릭 링크를 생성한다.

sudo ln -s /opt/robo3t/bin/robo3t /usr/local/bin/robo3t

심볼릭 링크 생성 후 아래와 같이 사용하기 위해 추가 설정을 진행한다.

img

~/.local/share/applications/robo3t.desktop 파일을 생성하고 아래 내용을 추가한다.

[Desktop Entry]
Encoding=UTF-8
Name=Robo 3T
Exec=robo3t
Icon=/opt/robo3t/robo3t-logo-256x256.png
Terminal=false
Type=Application
Categories=Development;

Icon 파일은 아래 이미지를 사용한다.

img

파일 생성 후 아래 명령을 실행해 유니티 데스크톱 파일을 설치한다.

sudo desktop-file-install robo3t.desktop

Leave Ubuntu 16.04에 MongoDB 툴 Robo 3T 설치 to:

Written by

웹개발자로 그누보드5, 영카트5 개발에 참여했으며 리눅스, 서버(nginx), git, 사진 등에 관심있습니다.

Read more #kr posts


Best Posts From 편리

We have not curated any of chicpro's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From 편리