talho / openphin
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Tree:
f3a3b20
commit f3a3b205c93d565383e89bb6bce0aa47ef1a14b4
tree 55e9ed802268ab50e956cb0ec844631ea8e426e4
parent 570ef08f39a4f30ad8e9f2a5d1ea9a3a28c51727
tree 55e9ed802268ab50e956cb0ec844631ea8e426e4
parent 570ef08f39a4f30ad8e9f2a5d1ea9a3a28c51727
openphin /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | ||
| |
.project | Wed Jul 22 09:11:40 -0700 2009 | |
| |
Capfile | Mon Jul 20 10:07:30 -0700 2009 | |
| |
README | Thu Jul 30 05:58:21 -0700 2009 | |
| |
Rakefile | Thu Oct 29 13:52:28 -0700 2009 | |
| |
agpl-3.0.txt | Mon Jul 06 13:01:08 -0700 2009 | |
| |
app/ | ||
| |
config/ | ||
| |
cucumber.yml | Sun Oct 18 12:32:42 -0700 2009 | |
| |
db/ | ||
| |
doc/ | Wed Jul 29 16:49:42 -0700 2009 | |
| |
features/ | ||
| |
lib/ | ||
| |
manual_features/ | Fri Oct 23 16:07:06 -0700 2009 | |
| |
message_recordings/ | Wed Aug 12 10:07:57 -0700 2009 | |
| |
model_dependency_diagram.png | ||
| |
public/ | ||
| |
script/ | Thu Oct 29 13:52:28 -0700 2009 | |
| |
spec/ | ||
| |
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

