talho / openphin

open-source implementation of PHIN requirements

This URL has Read+Write access

Thu Oct 29 16:02:42 -0700 2009
commit  f3a3b205c93d565383e89bb6bce0aa47ef1a14b4
tree    55e9ed802268ab50e956cb0ec844631ea8e426e4
parent  570ef08f39a4f30ad8e9f2a5d1ea9a3a28c51727
name age message
file .gitignore Loading commit data...
file .gitmodules
file .project Wed Jul 22 09:11:40 -0700 2009 Added Scenario: Dashboard should show the (.*) ... [Ethan Waldo]
file Capfile Mon Jul 20 10:07:30 -0700 2009 Working on a Capistrano deploy recipe [Keith Gaddis]
file README Thu Jul 30 05:58:21 -0700 2009 Tiny tweaks to readme [danielmorrison]
file Rakefile Thu Oct 29 13:52:28 -0700 2009 Updated cucumber to 0.4.3. Instead of `rake fe... [danielmorrison]
file agpl-3.0.txt Mon Jul 06 13:01:08 -0700 2009 view tests and stuff [Keith Gaddis]
directory app/
directory config/
file cucumber.yml Sun Oct 18 12:32:42 -0700 2009 * removed restriction on available roles for us... [Keith Gaddis]
directory db/
directory doc/ Wed Jul 29 16:49:42 -0700 2009 added 21 CC spike files [zdennis]
directory features/
directory lib/
directory manual_features/ Fri Oct 23 16:07:06 -0700 2009 bug fixes for rich and pradeep [Rich Boldway]
directory message_recordings/ Wed Aug 12 10:07:57 -0700 2009 Adding message_recordings directories [Ethan Waldo]
file model_dependency_diagram.png
directory public/
directory script/ Thu Oct 29 13:52:28 -0700 2009 Updated cucumber to 0.4.3. Instead of `rake fe... [danielmorrison]
directory spec/
directory vendor/
README
== OpenPHIN

== Prerequisites 

1. Sphinx http://freelancing-god.github.com/ts/en/installing_sphinx.html
2. MySQL or PostgreSQL database
3. Ruby 1.8.6
4. RubyGems
5. Rails 2.3
6. Git (not required to run, but well help getting it installed)


== Running the app

1. git submodule update --init
2. rake gems:install
3. rake db:migrate
4. rake db:seed  # build some base data
5. script/server


== Running Tests

1. rake gems:install RAILS_ENV=cucumber
2. rake  # Run the RSpec specs
3. rake features  # run the cucumber features