Skip to content

kaichen/ruby-china

 
 

Repository files navigation

Ruby China

This is the source code of Ruby China website.

Build Status

Requirements

  • Ruby 1.9.2+
  • Memcached 1.4+
  • Redis 2.2+
  • Python 2.4+ and Pygments - You can run easy_install pygments to install it.
  • MongoDb 2.0+
  • ImageMagick 6.5+
  • libpng

Install

git clone git://github.com/ruby-china/ruby-china.git
cd ruby-china
ruby setup.rb
rails s

Start Sidekiq service

# Sidekiq
bundle exec sidekiq -c config/sidekiq.yml

Testing

bundle exec rspec spec

to prepare all the config files and start essential services.

Apply Google JSAPI

Contributors

Thanks

Forked from Homeland Project

License

Copyright (c) 2011-2012 Ruby China

Released under the MIT license:

About

ruby-china.org website source code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 93.1%
  • CoffeeScript 4.2%
  • JavaScript 2.7%