File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ sudo wget http://redis.googlecode.com/files/redis-2.6.0-rc3.tar.gz
2121sudo tar xzf redis-2.6.0-rc3.tar.gz
2222sudo rm redis-2.6.0-rc3.tar.gz -f
2323cd redis-2.6.0-rc3
24+ cd src
2425sudo make
26+ sudo make install
2527echo " *****************************************"
2628echo " 3. Create Directories and Copy Redis Files"
2729echo " *****************************************"
@@ -41,7 +43,7 @@ sudo sed -e "s/^daemonize no$/daemonize yes/" -e "s/^# bind 127.0.0.1$/bind 127.
4143echo " *****************************************"
4244echo " 5. Download init Script"
4345echo " *****************************************"
44- wget https://github.com/saxenap/install-redis-amazon-linux-centos/master/redis-server
46+ wget https://raw. github.com/saxenap/install-redis-amazon-linux-centos/master/redis-server
4547echo " *****************************************"
4648echo " 6. Move and Configure Redis-Server"
4749echo " *****************************************"
You can’t perform that action at this time.
0 commit comments