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