The process is still very torture people! Thank you Xu Zheng classmate has been patiently give me guidance, although he is also very busy. Not much nonsense said:
First, make sure that the Linux virtual machine is networked:
VM Virtual machines > Settings >network Adapter settings > Network configuration set to NAT
Window+r>services.msc View service items ensure process VMware DHCP Service, VMware NAT service startup status
Go to CentOS, enter the reboot command to reboot the system
Then see if the upper-right corner of the virtual machine is connected, eth0 is the default gateway for the virtual machine.
Then install GCC:
Yum Install Cppyum install Binutilsyum install Glibcyum install Glibc-kernheadersyum install Glibc-commonyum install glibc -develyum Install Gccyum Install make
And then make the problem when it happens:
~/workspace/redis2.6.13/src$ make Test
You need TCL 8.5 or newer in order to run the Redis test
Make: * * * [Test] Error 1
Workaround:
$ sudo yum install Tcl
The question is almost over, and the following command looks at the results:
Start Redis
$ src/redis-server./redis.conf
You can see that the port is 6379~
The process of installing Redis under the Linux centos6.5 environment