Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Database \ Redis is installed in Ubuntu 14.04     - KVM QEMU virtual machine installation configuration under CentOS (Linux)

- Ceph distributed storage system is installed on a CentOS 7.1 (Server)

- Vi / Vim prompt solutions do not have permission to save time (Linux)

- Inxi: Get Linux system and hardware information (Linux)

- Create several practical points of high security PHP site (Linux)

- Live Wallpaper for Linux release adds dynamic background (Linux)

- GitLab installation configuration notes (Linux)

- MySQL monitoring tools -orzdba (Database)

- To install the latest version of Shotwell 0.18 under Ubuntu (Linux)

- CentOS7 installed MySQL (Database)

- SUSE Linux install Oracle 10g and problem solving (Linux)

- Android determine the device network connection status, and determine the connection (Programming)

- Linux --- file descriptors and redirection (Linux)

- CentOS of NFS (Server)

- Find details block device with Linux blkid command (Linux)

- CentOS 6 Install Xen4.2 Virtualization Practice (Linux)

- Linux System Getting Started Tutorial: Installing Git on Linux (Linux)

- To use Java arrays implement the order form (Programming)

- Fedora 8 configured Heartbeat (Linux)

- How to configure Proftpd server on Fedora 22 (Server)

 
         
  Redis is installed in Ubuntu 14.04
     
  Add Date : 2018-11-21      
         
         
         
  Talk about the simple process of installing Redis in Ubuntu 14.04.

1 to redis official website to download the latest stable version: http: //redis.io/ -> Redis 2.8.19 is the latest stable version (or use wget command to download).

2 Create a folder under the user's login my-redis: mkdir my-redis

3 downloaded the file you just created redis move to folder mv redis-x.x.x.tar.gz / home / xxx / my-redis

4 unpack: tar xvfz redis-xx.xx.xx.tar.gz

5 to enter just extract from the document: cd redis-xx.xx.xx

6 compile sudo make, wait for some time ....

7 Install make install

8 test sudo make test Well the question is:

sevencm @ sevencm-cp: ~ / my-redis / redis-2.8.19 $ sudo make test
cd src && make test
make [1]: moving into the directory `/home/sevencm/my-redis/redis-2.8.19/src '
You need tcl 8.5 or newer in order to run the Redis test
make [1]: *** [test] Error 1
make [1]: Leaving directory `/home/sevencm/my-redis/redis-2.8.19/src '
make: *** [test] Error 2

9 tcl version appears to be too low, and had to install a tcl;

10 Open a new terminal - use wget: wget http://downloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gz
11 extract to / usr / local tar xvfz tcl8.6.1-src.tar.gz -C / usr / local

12 cd /usr/local/tcl8.6.1/unix/

13 sudo ./configure

14 sudo make

15 sudo install

16 returns make test terminal, make test execution to wait for some time again, OK
     
         
         
         
  More:      
 
- MySQL related statements (CRUD) (SQLyog software) (Database)
- General Linux interface server parameter tuning (Server)
- Ubuntu comes with gedit editor to add Markdown preview widget (Linux)
- Java multi-threaded in a three way (inheritance, implementation, anonymous inner classes) (Programming)
- Linux operating system Study Notes (Linux)
- Linux System Getting Started Learning: the local time in between Perl and UNIX timestamp conversion (Linux)
- Linux dual physical network card set to a virtual NIC (Linux)
- CentOS installation of the ftp (Linux)
- MySQL composite partition (Database)
- CentOS 6.5 set under Oracle 12c at startup (Database)
- Use backup-manager system backup on Linux (Linux)
- Linux with Windows Explorer as a security system (Linux)
- The wrong in Linux: too many open files (Linux)
- Hadoop upload files error solved (Server)
- Linux User Rights Study Notes (Linux)
- Extended use of the swap file swap space on Linux (Linux)
- Cache implementation APP interacts with the server-side interface control Session (Server)
- exp / imp Export Import version of the problem and the ORA-6550 error (Database)
- The difference between equals and == in Java (Programming)
- Lua and C ++ (Programming)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.