Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
zapnap committed Mar 23, 2010
1 parent e97e490 commit 756340e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Mogo: A Planet-Style Feed Aggregator
= MogoFeed: A Planet-Style Feed Aggregator

Mogo combines multiple news feeds (or feed topic searches) into a single web page view, much like a typical "Planet"-style feed aggregator. It's built in Ruby on top of Sinatra and DataMapper.
MogoFeed combines multiple news feeds (or feed topic searches) into a single web page view, much like a typical "Planet"-style feed aggregator. It's built in Ruby on top of Sinatra and DataMapper.

== Configuration

Expand Down Expand Up @@ -29,7 +29,7 @@ Run <tt>rake feeds:update</tt> to update the cached feeds. You can schedule this

We use Sphinx for full-text indexing and search. Therefore, you'll need to have it installed. You can find downloads and installation instructions at http://www.sphinxsearch.com.

To enable search in Mogo, set the option in <tt>environment.rb</tt>. Search is disabled by default. I've only tested search with MySQL, so set your database connection string to a MySQL database you'll create (default: 'mogo' with user 'root'). Feel free to tune the sample configuration provided in <tt>sphinx.conf</tt> to your taste. You probably won't want to use a passwordless root user in a production environment ;-).
To enable search in MogoFeed, set the option in <tt>environment.rb</tt>. Search is disabled by default. I've only tested search with MySQL, so set your database connection string to a MySQL database you'll create (default: 'mogo' with user 'root'). Feel free to tune the sample configuration provided in <tt>sphinx.conf</tt> to your taste. You probably won't want to use a passwordless root user in a production environment ;-).

Once that's done, go ahead and run the supplied Rake tasks to get up and running:

Expand Down

0 comments on commit 756340e

Please sign in to comment.