Last active
          August 29, 2015 14:12 
        
      - 
      
- 
        Save plasticut/e6b917f42d5e0feddbd9 to your computer and use it in GitHub Desktop. 
    Redis server instalation via ppa on ubuntu
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | sudo add-apt-repository ppa:chris-lea/redis-server | |
| sudo apt-get update | |
| sudo apt-get install redis-server | |
| sudo sed -i 's/^bind 127.0.0.1/bind <% your private network ip %>/g' /etc/redis/redis.conf | |
| sudo service redis-server restart | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment