Quick Install
Ubuntu
- Download
deb
package from http://redisdesktop.com/download (Requires subscription) - Install package via Ubuntu Software Center
- Run RedisDesktopManager :
/usr/share/redis-desktop-manager/bin/rdm
orredis-desktop-manager
After installation Redis Desktop Manager will be available in main menu.
Build from source
Get source
- Install git
- 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