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 !
rblog / README
100755 36 lines (25 sloc) 1.426 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
==RBlog==
Written by: Mitchell Blankenship
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:
copy the database.example.yml to database.yml and edit it to suit your needs
 
Step 2:
copy the config.example.yml to config.yml and edit it. It's commented to help you along
 
Step 3:
run rake db:migrate to get the database up to speed.
 
Step 4:
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.