Sha256: c2dab0bb8e8d7bd2dd837ae58207cab9bc2c2eb7cc8a319b14049627ead64d0c

Contents?: true

Size: 803 Bytes

Versions: 1

Compression:

Stored size: 803 Bytes

Contents

= Theblog - yet another default web log for most purposes

{<img src="https://travis-ci.org/kont-noor/WebLog.svg" alt="Build Status" />}[https://travis-ci.org/kont-noor/WebLog]

== Usage

To install the blog engine add the following line to `Gemfile`

  gem 'theblog'

as well as one more at the beginning of the file

  source 'https://rails-assets.org'

(this is needed for now for some gems)

Then mount your application at `config/routes.rb`

  mount Theblog::Engine, at: "/blog"

And run `rake db:migrate`

For now user registration is not implemented so create the confirmed user in the rails console

  Incarnator::Account.create email: 'fake@mail.com', user_name: 'username', password: 'password',
                      confirmed_at: Time.now

Follow `/blog/admin` to access the admin dashboard

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
theblog-0.0.1 README.rdoc