From c992ab815eb443b905ce6cb42dc242b6ee04d912 Mon Sep 17 00:00:00 2001 From: "Wayne E. Seguin" Date: Thu, 6 Jan 2011 03:21:34 +0800 Subject: [PATCH] Switch to https for git urls with the redis-installer. --- .../1_install_configure/install_with_installer/recipe.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/1_install_configure/install_with_installer/recipe.md b/recipes/1_install_configure/install_with_installer/recipe.md index b3481de..fad1c89 100644 --- a/recipes/1_install_configure/install_with_installer/recipe.md +++ b/recipes/1_install_configure/install_with_installer/recipe.md @@ -10,9 +10,9 @@ You want to be able to: ### Solution -Use [redis-installer](http://github.com/wayneeseguin/redis-installer/). With redis-installer, you can install on localhost in two commands, install on localhost with just one command, or easily install Redis into multiple environments. Here's how to do each: +Use [redis-installer](https://github.com/wayneeseguin/redis-installer/). With redis-installer, you can install on localhost in two commands, install on localhost with just one command, or easily install Redis into multiple environments. Here's how to do each: -To install on localhost, first, download and/or clone the redis-installer: +To install on localhost, first, download and/or clone the redis-installer: git clone git://github.com/wayneeseguin/redis-installer/ @@ -20,10 +20,10 @@ Next, actually install Redis: bin/install-redis -To install on localhost with just one command, use this simple `bash` +To install on localhost with just one command, use this simple `bash` one-liner. Repeat: "I am not lazy, I am efficient!" - bash < <(curl http://github.com/wayneeseguin/redis-installer/raw/master/bin/install-redis) + bash < <(curl https://github.com/wayneeseguin/redis-installer/raw/master/bin/install-redis) Finally, to install on multiple remote hosts, download and/or clone the redis-installer: