Skip to content

bryanashley/bashly-blogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bashly-Blogger README

Bashly-Blogger is a basic blogging engine.

Dependencies

Bashly-blogger uses:

  • Rails 4.0

  • Ruby 2.0

  • Postgresql

To Use

To use bashly-blogger simply:

  • clone the repo

  • bundle install

  • rake db:setup

  • create a user in database (No public routes for signing up as it is not an action that should happen more than once)

To start posting:

  • Login at /login

  • Create a new post at /posts/new

Starting the server

To start bashly-blogger, you must start both the rails server and faye

  • rails s

  • rackup faye.ru -s thin -E production

Libraries and external resources

Copyright and Licensing

Copyright © 2013 Bryan Ashley, released under the MIT license.

About

Personal Blogging Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published