Feevy becomes free software

feevy is really free software now. It was born as GNU but we hadnt published the code. You have it now at http://www.feevy.com/source.tgz.

If you want to install it you will need:

  • memcached runing as daemon in default port (11211) - http://www.danga.com/memcached/
  • Ruby - http://www.ruby-lang.org/
  • Rubygems - http://rubyforge.org/frs/?group_id=126
  • GD2 library - http://www.boutell.com/gd/
  • Gems:
    • rails
    • hpricot
    • simple-rss
    • open-uri
    • timeout
    • cached_model
    • mongrel
    • gd2
  • Database (mysql, sqlite, …)

First get the gems: sudo gem install -y rails hpricot simple-rss open-uri timeout cached_model mongrel. Set up then the database in ./conf/database.yml and the database schema rake db:schema:dump

For start it running, typemongrel_rails start in your feevy directory and in the browser: http://tudominio.org:3000.

That’s it!

Leave a Reply