Skip to content
This repository was archived by the owner on Jan 12, 2018. It is now read-only.

stesind/engine-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provides blog functionallity for a rails application.

This project is copyright of Steffen Sindzinski and uses MIT-LICENSE. Please see the file MIT-LICENSE.

Edit the Gemfile and add

gem 'blog', :git => 'git://github.com/stesind/engine-blog.git'

Run bundle install to install all required gems

bundle install

Copy migrations from deviseadmin

rake railties:install:migrations

Run migrations

rake db:migrate

Add to your routes file

mount Blog::Engine, :at => "/blog"

About

A simple rails engine for a blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors