Skip to content

jasl/ruby-china

 
 

Repository files navigation

Ruby China

This is the source code of Ruby China website.

Build Status

Requirements

  • Ruby 2.3.0 +
  • Memcached 1.4 +
  • Redis 2.8 +
  • PostgreSQL 9.4 +
  • ImageMagick 6.5+
  • Elasticsearch 2.0+

Install in development

Vagrant

Install VirtualBox:

https://www.virtualbox.org/

Install Vagrant:

https://www.vagrantup.com/

Then:

$ vagrant up
$ vagrant ssh
$ cd /vagrant
/vagrant $ ./bin/setup
/vagrant $ rails s -b 0.0.0.0

Open http://localhost:3000 in host.

Mac OS X, use Homebrew

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew install memcached
$ brew install redis
$ brew install postgresql
$ brew install imagemagick
$ brew install gs
$ brew install elasticsearch

Ubuntu

$ sudo apt-get install memcached postgresql-9.4 redis-server imagemagick ghostscript

More details about install PostgreSQL

http://www.postgresql.org/download/linux/ubuntu/

Install Elasticsearch

wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
echo "deb http://packages.elastic.co/elasticsearch/2.x/debian stable main" | sudo tee -a /etc/apt/sources.list.d/elasticsearch-2.x.list
sudo apt-get update && sudo apt-get install elasticsearch openjdk-7-jre-headless
sudo update-alternatives --config java
# 选择 java-7
$ git clone https://github.com/ruby-china/ruby-china.git
$ cd ruby-china
$ ./bin/setup
Checking Package Dependencies...
--------------------------------------------------------------------------------
Redis 2.0+                                                                 [Yes]
Memcached 1.4+                                                             [Yes]
ImageMagick 6.5+                                                           [Yes]
--------------------------------------------------------------------------------

Installing dependencies
--------------------------------------------------------------------------------
The Gemfile's dependencies are satisfied
--------------------------------------------------------------------------------

Configure
--------------------------------------------------------------------------------
Your Redis host (default: 127.0.0.1:6379):
Your Elasticsearch host (default: 127.0.0.1:9200):
--------------------------------------------------------------------------------

Seed default data...                                                      [Done]

== Removing old logs and tempfiles ==

Ruby China Successfully Installed.

$ rails s

Testing

bundle exec rake

About Emoji Asset files

You may see emoji files 404 not found, after you publish you app. Because the emoji not include into Assets Pipline, what reason you can read Issue #522.

You need upload emoji images into /assets/emojis production environment path / CDN path, you can find image here: md_emoji

Contributors

Thanks

Forked from Homeland Project Theme from Mediom

Sites

License

Copyright (c) 2011-2015 Ruby China

Released under the MIT license:

About

ruby-china.org website source code.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 50.7%
  • JavaScript 20.2%
  • HTML 17.2%
  • CSS 7.6%
  • CoffeeScript 4.1%
  • Shell 0.2%