Skip to content

Commit

Permalink
Switch to https for git urls with the redis-installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin authored and tnm committed Jan 5, 2011
1 parent 04abfa6 commit c992ab8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/1_install_configure/install_with_installer/recipe.md
Expand Up @@ -10,20 +10,20 @@ You want to be able to:


### Solution ### 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/ git clone git://github.com/wayneeseguin/redis-installer/


Next, actually install Redis: Next, actually install Redis:


bin/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!" 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: Finally, to install on multiple remote hosts, download and/or clone the redis-installer:


Expand Down

0 comments on commit c992ab8

Please sign in to comment.