Skip to content

JasonPunyon/redishobo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple vagrant configuration to create a box running redis.

Setup

  1. Install Vagrant
  2. Install VirtualBox
  3. Clone the project locally: git clone git@github.com:JasonPunyon/redishobo.git vagrant-redis
  4. Move into the project directory: cd vagrant-redis
  5. Provision the virtual machine using Vagrant: vagrant up
  6. Make sure you have the Redis CLI installed: brew install redis (Mac)
  7. Test the connection to verify everything is working: redis-cli -p 6379 (or any other cluster port)

You should now have a redis server running locally at 127.0.0.1:6379.

About

A simple vagrant setup for a redis box.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages