d18d89b8b6 | ||
---|---|---|
app | ||
bin | ||
config | ||
db | ||
doc | ||
lib | ||
log | ||
public | ||
script | ||
spec | ||
vendor | ||
.ackrc | ||
.gitignore | ||
.rspec | ||
.travis.yml | ||
Gemfile | ||
Gemfile.lock | ||
Guardfile | ||
LICENSE | ||
README.md | ||
README.zh-CN.md | ||
Rakefile | ||
config.ru |
README.md
WBlog
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:
- Awful reading feeling for reader
- Inpendent comment system, store data on your own sever
- With mardown support, you can post powerful and clean articles
A demo came from my English blog: http://en.yafeilee.me
Power Admin Dashboard: http://en.yafeilee.me/admin, user and password are configurable.
Features
- Responsive, iPhone, iPad, Notebook, PC, all are supported
- QR Code attached article, scan and share it
- Inpendent comment system, managed by yourself
- Markdown supported, code highlight, especially for programmer, like you
- Personalize it, commerial it, it depends on you
Goal
Made it to the best Ruby on Rails Blog system in the world.
Study it locally
WBlog must run in Linux or Mac, it depends on Mongodb database. You can run it like a Ruby on Rails project as usual:
- Clone it
git clone git@github.com:windy/wblog.git
cd wblog
- Install dependencies & configure
bundle install
cp config/application.yml.example config/application.yml
cp config/database.yml.example config/database.yml
Update application.yml & database.yml as you need
- Start it
rails s
If there is any error found, please check your database's user and password.
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 big topic, I would NOT talk it here.
You can see WBlog wiki for more reading: WBlog 的发布流程(Chinese only now)
Stack
- Ruby on Rails 4.1.9 / Ruby 2
- AngularJS
- Foundation 5
- mina
- slim
- Mongodb
Related open source blog systems
- writings.io( Ruby on Rails 4.0.2 ): a multi users blog system https://github.com/chloerei/writings
- jekyll( Ruby Gem, Markdown): Static blog system http://jekyllrb.com/
- octopress( Github Pages ): http://octopress.org/
- middleman( Ruby Gem ): Another static blog system https://github.com/middleman/middleman
- robbin_site( Padrino ): https://github.com/robbin/robbin_site