Code Monkey home page Code Monkey logo

wblog's Introduction

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:

  • 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.

screenshot

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, commercialize it, it all depends on you

Goal

Make 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:

  1. Clone it

git clone [email protected]:windy/wblog.git cd wblog

  1. Install dependencies & configure
# Install mongodb ( see how to install it on your platform )
# on Mac, you can install it like this:
brew install mongodb 
bundle install
cp config/application.yml.example config/application.yml
cp config/mongoid.yml.example config/mongoid.yml

Update application.yml & mongoid.yml as you need

  1. Start it
rails s

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

  1. Post the first article

visit: http://127.0.0.1:3000/admin, input your username and password that is just 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 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

wblog's People

Contributors

windy avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.