public
Fork of Sutto/rubyflow
Description: A gitified copy of Peter Cooper's Rubyflow website
Homepage: http://rubyflow.com
Clone URL: git://github.com/technicalpickles/rubyflow.git
name age message
file .gitignore Fri Sep 05 13:26:16 -0700 2008 Added metrics_fu. Updated .gitignore. [technicalpickles]
file README.markdown Mon Aug 11 23:26:49 -0700 2008 began default config [broney]
file Rakefile Wed Jul 23 05:43:48 -0700 2008 Initial Commit of Rubyflow from the uploaded file [Sutto]
directory app/ Loading commit data...
directory config/
directory db/ Fri Sep 05 13:12:14 -0700 2008 Nuked categories, since they're not used at all. [technicalpickles]
directory log/ Sat Aug 02 22:13:52 -0700 2008 added log/ and tmp/ folders to avoid startup er... [broney]
directory public/ Fri Sep 05 07:38:53 -0700 2008 Merge branch 'master' of git://github.com/techn... [Dennis Theisen]
directory script/ Wed Aug 06 12:21:50 -0700 2008 Updated to Rails 2.1 [technicalpickles]
directory test/
directory tmp/ Sat Aug 02 22:13:52 -0700 2008 added log/ and tmp/ folders to avoid startup er... [broney]
directory vendor/
README.markdown

NewsFlow

Developed by Peter Cooper - 2008

All code developed by Peter Cooper within this project is in the public domain. Plugins, Rails, and derivative code is licensed as it was originally (mostly MIT).

This code is entirely unsupported, lacks tests, and could well make your machine explode. If you use it, you understand this and accept all the risks.

Getting Started

I have not tested these instructions, but from memory..

  1. Rename config/database.yml.dist to database.yml and make the appropriate configuration changes.

  2. Run rake db:migrate to set up your database.

  3. Set up your site configuration, a default configuration file is found in config/newsflow.yml

Advanced Multi-Site Usage

It is possible to create multiple configuration .yml files and then change the first line of config/environment.rb to switch between them.