Go to file
yafeilee a2c5e9c677 Update README & Add wblog screenshots 2016-04-28 17:04:22 +08:00
app Update index page 2016-04-28 15:47:57 +08:00
bin add spring 2014-05-11 18:54:28 +08:00
config Update README & Add wblog screenshots 2016-04-28 17:04:22 +08:00
db Fix test cases 2016-04-25 12:27:32 +08:00
doc Update README & Add wblog screenshots 2016-04-28 17:04:22 +08:00
lib Subscribe feature refactor 2016-04-26 00:20:14 +08:00
log Fixed deprecated info 2016-03-08 23:26:55 +08:00
public update favicon 2015-09-11 19:52:52 +08:00
script Fixed deprecated info 2016-03-08 23:26:55 +08:00
spec Fixing unsubscribe feature 2016-04-27 16:12:56 +08:00
vendor Fixed deprecated info 2016-03-08 23:26:55 +08:00
.ackrc fix repeat click like button when page refreshing 2015-04-05 09:10:10 +08:00
.gitignore Remove database yml and just leave example file 2016-04-25 14:30:15 +08:00
.rspec rspec config 2016-03-08 23:27:49 +08:00
.travis.yml Travis yml 2016-04-25 14:46:33 +08:00
Gemfile Fixing unsubscribe feature 2016-04-27 16:12:56 +08:00
Gemfile.lock Fixing unsubscribe feature 2016-04-27 16:12:56 +08:00
Guardfile Guardfile for rails 2016-03-08 23:28:27 +08:00
LICENSE Update README & Add wblog screenshots 2016-04-28 17:04:22 +08:00
README.md Update README & Add wblog screenshots 2016-04-28 17:04:22 +08:00
README.zh-CN.md Update README & Add wblog screenshots 2016-04-28 17:04:22 +08:00
Rakefile Fixed deprecated info 2016-03-08 23:26:55 +08:00
config.ru Fixed deprecated info 2016-03-08 23:26:55 +08:00

README.md

WBlog

Build Status Code Climate Test Coverage

The missing open source blog system on Ruby on Rails.

WBlog is open source blog which built for mobile first, it's licenced on MIT, use it for free!

中文说明文档

Characteristic:

  • Modern clean reading feelings
  • Markdown support, give nice formatted articles
  • Mobile first, responsive page for iPhone, iPad, iMac.
  • Independent comment system, subscribe system, picture manage system

A demo came from my English blog: http://en.yafeilee.me

Another demo using my blog: http://yafeilee.me

Power Admin Dashboard: http://en.yafeilee.me/admin, user and password are configurable.

screenshot home screenshot home small screenshot home hover screenshot post screenshot post hover screenshot admin screenshot admin screenshot admin screenshot admin

System dependencies

  • Ruby ( = 2.2.3 )
  • Postgresql ( >= 9.x )
  • Nginx ( >= 1.4 )

Features

  • Responsive, iPhone, iPad, Notebook, PC, all are supported
  • QR Code, Like button make your article easily sharing with your friends
  • Inpendent comment system, subscribe system, that all belong to you
  • Markdown supported, code highlight, especially for programmer, like you
  • Personalize it, commercialize it, it all depends on you

Goal

Make it to the best Ruby on Rails Blog system in the world.

Running in development mode

WBlog MUST run in Linux or OSX. I assume you are using OS X 10.

You can run it like a Ruby on Rails project as usual:

  1. Check dependencies
ruby -v
# 2.2.3
postgres  --version
# 9.x.x
  1. Clone it

git clone git@github.com:windy/wblog.git

cd wblog

  1. Install dependencies & configure
gem install bundler
bundle install
cp config/application.yml.example config/application.yml
cp config/database.yml.example config/database.yml

Update application.yml & database.yml 's content as you need

  1. Start it
rails s

Open browser with http://localhost:3000

If there is any error found, please check your database's user and password.

  1. Post the first blog

visit: http://localhost:3000/admin, input your username and password configurated in application.yml. then, post a new article.

OK, That's all.

Deployment

WBlog uses mina as automation deployment tool, uses unicorn as the Rack container.

WBlog recommends nginx as reverse proxy server.

It will be very fast.

Ruby on Rails project deployment is another topic, I would NOT talk it here.

You can read WBlog wiki for more information: WBlog 的发布流程(Chinese only now)

Stack

  • Ruby on Rails 5.0.0.beta3
  • Ruby 2.2.3
  • Turbolinks / SJR
  • Foundation 6
  • mina
  • slim
  • Postgresql

License

MIT.