shreyas123 / rubybunny.info

rubybunny.info source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bunny Documentation

This is a documentation site for Bunny, a dead easy to use RabbitMQ client for Ruby.

Install Dependencies

To run the site generator yourself, you'll need to first have Ruby installed. Python is also required, as syntax-highlighting of code blocks is handled by pygments.

If installing Ruby from source, a prerequisite is the libyaml dev package.

To install dependencies with Bundler:

bundle install --binstubs

How to run a development server

./bin/jekyll serve --watch

then navigate to localhost:4000

How to regenerate the site

./bin/jekyll build

License & Copyright

Copyright (C) 2012-2016 Michael S. Klishin.

Distributed under the MIT License.

About

rubybunny.info source code


Languages

Language:CSS 54.3%Language:HTML 31.5%Language:Ruby 10.0%Language:JavaScript 4.3%