In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/03 Report--
Install gcc on the basis of configuring Yum
As follows
[root@hadoop1 ~] # yum install gcc
After installation, copy the tar file on redhat
[root@hadoop1 software] # cd redis-2.8.19 [root@hadoop1 redis-2.8.19] # ls00-RELEASENOTES CONTRIBUTING deps Makefile README runtest sentinel.conf testsBUGS COPYING INSTALL MANIFESTO redis.conf runtest-sentinel src utils
Run make install under the file, which can be viewed through readme
After installation:
[root@hadoop1 redis-2.8.19] # cd utils [root@hadoop1 utils] # lsbuild-static-symbols.tcl hyperloglog mkrelease.sh redis_init_script redis-sha1.rb whatisdoing.shgenerate-command-help.rb install_server.sh redis-copy.rb redis_init_script.tpl speed-regression.tcl
In utils, run install_server.sh
Here are some things to configure redis, as follows:
[root@hadoop1 utils] #. / install_server.sh Welcome to the redis service installerThis script will help you easily set up a running redis serverPlease select the redis port for this instance: [6379] Selecting default: 6379Please select the redis config file name [/ etc/redis/6379.conf] Selected default-/ etc/redis/6379.confPlease select the redis log file name [/ var/log/redis_6379.log] Selected default-/ var/log/redis_6379.logPlease select the data directory for this instance [/ var/lib / redis/6379] Selected default-/ var/lib/redis/6379Please select the redis executable path [/ usr/local/bin/redis-server] Selected config:Port: 6379Config file: / etc/redis/6379.confLog file: / var/log/redis_6379.logData dir: / var/lib/redis/6379Executable: / usr/local/bin/redis-serverCli Executable: / usr/local/bin/redis-cliIs this ok? Then press ENTER to go on or Ctrl-C to abort.Copied / tmp/6379.conf = > / etc/init.d/redis_6379Installing service...Successfully added to CHK configs successful added to runlevels 345 starting Redis server...Installation successful!
The great task has been completed
Can log in via redis-cli
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.