public
Description: A small simple blogger for those that only need the basic blogging functionality.
Homepage: http://www.nu2rails.com
Clone URL: git://github.com/nu2rails/rblog.git
Search Repo:
Click here to lend your support to: rblog and make a donation at www.pledgie.com !
Mitchell Blankenship (author)
Sat Jul 05 21:14:13 -0700 2008
commit  bd1154c951d5bd03deecdba2c42f38b737e993be
tree    5b826058f37ebda824aa12dc9666db03811e10e0
parent  8995e2b51cfcc00e74e2ef55928e692d58245e5c
rblog /
name age message
folder .gitignore Sat Jul 05 20:21:16 -0700 2008 First Release of RBlog [Mitchell Blankenship]
folder MIT_LICENSE Sat Jul 05 20:21:16 -0700 2008 First Release of RBlog [Mitchell Blankenship]
folder README Sat Jul 05 20:21:16 -0700 2008 First Release of RBlog [Mitchell Blankenship]
folder Rakefile Sat Jul 05 20:21:16 -0700 2008 First Release of RBlog [Mitchell Blankenship]
folder app/ Sat Jul 05 21:14:13 -0700 2008 Added basic tagging functionality [Mitchell Blankenship]
folder config/ Sat Jul 05 21:14:13 -0700 2008 Added basic tagging functionality [Mitchell Blankenship]
folder db/ Sat Jul 05 21:14:13 -0700 2008 Added basic tagging functionality [Mitchell Blankenship]
folder doc/ Sat Jul 05 20:21:16 -0700 2008 First Release of RBlog [Mitchell Blankenship]
folder lib/ Sat Jul 05 20:21:16 -0700 2008 First Release of RBlog [Mitchell Blankenship]
folder public/ Sat Jul 05 20:21:16 -0700 2008 First Release of RBlog [Mitchell Blankenship]
folder script/ Sat Jul 05 20:21:16 -0700 2008 First Release of RBlog [Mitchell Blankenship]
folder test/ Sat Jul 05 21:14:13 -0700 2008 Added basic tagging functionality [Mitchell Blankenship]
folder tmp/ Sat Jul 05 20:21:16 -0700 2008 First Release of RBlog [Mitchell Blankenship]
folder vendor/ Sat Jul 05 21:14:13 -0700 2008 Added basic tagging functionality [Mitchell Blankenship]
README
==RBlog==
Written by: Mitchell Blankenship (mblankenship@nu2rails.com)
License: MIT License

==Installation==
I did mess up a little when I initially commited the source to git and so there is
an extra step in the installation.

These instructions assume that you have decompressed the archive and have it where you want it.

Step 1:
You'll need to "cd" into the root directory of RBlog and run the following commands
  rake tmp:create
  mkdir log (on linux, and mac0
if your on windows then just create a log directory.

Step 2:
copy the database.example.yml to database.yml and edit it to suit your needs

Step 3:
copy the config.example.yml to config.yml and edit it. It's commented to help you along

Step 4:
run rake db:migrate to get the database up to speed.

Step 5:
start up your server and blog away.

==Getting Help==

You can get help on the Rblog Google Group at http://groups.google.com/group/rblog. I'll do my best to
help anyone as much as possible. I also encourge the use of the group for feedback.

==Other Info==
This is the primary release of RBlog and I still have things I want to do with it but as it sits now
it should be perfectly stable and reliable. I will be posting updates on my personal blog at 
http://www.nu2rails.com as much as possible.

==Cover My Ass==
I provide RBlog free of charge for you to do with pretty much as you see fit. RBlog is offered as is
with no guarentees. Basically if you download this and use it and it somehow screws something up or gets hacked it's not 
my fault and by using RBlog you agree that I (Mitchell Blankenship) will remain free from blame or liability if 
something does go wrong.