Ubuntu Redis Desktop Manager安装

Quick Install

Ubuntu

  1. Download deb package from http://redisdesktop.com/download (Requires subscription)
  2. Install package via Ubuntu Software Center
  3. Run RedisDesktopManager : /usr/share/redis-desktop-manager/bin/rdm or redis-desktop-manager

After installation Redis Desktop Manager will be available in main menu.

Build from source

Get source

  1. Install git
  2. Get source code:
git clone --recursive https://github.com/uglide/RedisDesktopManager.git -b 0.9 rdm && cd ./rdm

Build on Linux

Ubuntu

cd src/
./configure
source /opt/qt59/bin/qt59-env.sh && qmake && make && sudo make install
cd /usr/share/redis-desktop-manager/bin
sudo mv qt.conf qt.backup
 

posted on 2017-09-21 12:15  mzone  阅读(603)  评论(0编辑  收藏  举报