Sha256: ca40b2e51bd43098fda7e974cc63dce2adfbac0d03f34e0a8bc775de583fc911
Contents?: true
Size: 930 Bytes
Versions: 3
Compression:
Stored size: 930 Bytes
Contents
h1. Just Another Blog Engine h3. What is this? Jabe is a bare bones blogging engine that is installed as a gem. It will grow as its needs do. h2. Basic TODOs * Comment notifications * News feed h2. Installing Edit your Gemfile and add the required gems gem 'rails', '~> 3.0.3' gem 'devise' gem 'friendly_id', '3.1.8' gem 'formtastic', '>= 1.2.3.beta' gem 'haml', '>= 3.0.23' gem 'haml-rails' gem 'jquery-rails' gem 'RedCloth' gem 'sass', '>= 3.1.0.alpha.206' gem 'will_paginate', '>= 3.0.pre2' From your rails root * bundle install * rails plugin install http://github.com/defunkt/acts_as_textiled.git * rails g devise:install * rails g jabe:migrations * rake db:migrate * rm app/views/layouts/* * rm public/index.html * rails c * >> Admin.create!(:email => 'you@example.com', :password => 'password', :password_confirmation => 'password') * rails s * login * edit settings
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jabe-0.5.3 | README.textile |
jabe-0.5.2 | README.textile |
jabe-0.5.1 | README.textile |