redis可视化工具redisdesktop安装


http://docs.redisdesktop.com/en/latest/install/#build-from-source

Quick Install

Windows

  1. Download Windows Installer from http://redisdesktop.com/download
  2. Run downloaded installer

Mac OS X

  1. Download dmg image from http://redisdesktop.com/download (Requires subscription)
  2. Mount dmg image
  3. Run rdm.app

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.

Fedora

Build from source with automated bash script

CentOS

Build from source with automated bash script

OpenSUSE

Build from source with automated bash script

ArchLinux

Package - https://aur.archlinux.org/packages/redis-desktop-manager/

Other platforms

You can build Redis Desktop Manager from source.

Build from source

Get source

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

Build on Linux

Ubuntu

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

Fedora & CentOS & OpenSUSE

cd src/ ./configure qmake-qt5 && make && sudo make install cd /usr/share/redis-desktop-manager/bin sudo mv qt.conf qt.backup 

Tip: checkinstall

Instead of sudo make install consider to use sudo checkinstall -D --install on deb-based OS and sudo checkinstall -R --install on rpm-based OS to generate package and install it into the system.

Build on OS X

  1. Install XCode with xcode build tools
  2. Build RDM dependencies cd ./src && ./configure
  3. Install Qt 5.6
  4. Open ./src/rdm.pro in Qt Creator
  5. Run build

Build on Windows

  1. Install Visual Studio 2013 Community with Update 5
  2. Install Qt 5.6
  3. Download RDM dependencies cd ./src and run configure.bat
  4. Open ./src/rdm.pro in Qt Creator
  5. Run build


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM