Skip to content

thomascaudron/redis-io

This branch is up to date with redis/redis-io:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8407239 · Mar 11, 2022
Feb 10, 2021
Jan 2, 2022
Dec 31, 2021
Jan 2, 2022
Dec 28, 2021
Mar 11, 2022
Sep 10, 2020
Nov 29, 2016
Dec 21, 2010
Jan 12, 2021
Jul 8, 2020
Jul 8, 2020
Dec 31, 2021
Nov 3, 2010
Nov 26, 2016
Feb 28, 2022
Jan 2, 2022

Repository files navigation

redis-io

This repository holds the source code for the website that runs redis.io.

Getting started

The required gems are listed in the .gems file. To get up and running, preferably using a gemset, run:

gem install dep
dep install

Now you need to clone the redis-doc project, and set its path in the REDIS_DOC environment variable before starting the server or running the tests.

Finally, you need to have a redis-server running on port 6379.

To start the website:

REDIS_DOC=/path/to/redis-doc rackup

To run the tests, you also need to install cutest and capybara:

gem install cutest capybara

Now, just run:

REDIS_DOC=/path/to/redis-doc rake

Or to run the tests in a particular file:

REDIS_DOC=/path/to/redis-doc cutest test/some_file.rb

About

Application running http://redis.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 39.8%
  • CSS 21.5%
  • Haml 21.0%
  • JavaScript 14.7%
  • SCSS 2.4%
  • Makefile 0.5%
  • Shell 0.1%