Skip to content

Commit

Permalink
requirement fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingzumwalt committed May 16, 2010
1 parent 460400c commit c06ed22
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,25 @@ h2. Getting Started

The "ActiveFedora Console Tour":http://projects.mediashelf.us/wiki/active-fedora/Getting_Started gives you a brief tour through ActiveFedora's features on the command line.

h2. Testing

In order to run the RSpec tests, you need to have a copy of hydra-jetty running. To do this, download a working copy of hydra-jetty, cd into its root and run
<pre>java -jar start.jar</pre>

Then open a new terminal and import fedora's demo objects.

<pre>
export FEDORA_HOME=/path/to/hydra/jetty/fedora/default
$FEDORA_HOME/client/bin/fedora-ingest-demos.sh localhost 8983 fedoraAdmin fedoraAdmin http
<pre>

Now you're ready to run

<pre>
cd /wherever/active_fedora/is
rake spec
</pre>

h2. LICENSE:

Copyright (c) 2009-2010 Matt Zumwalt
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ begin
gem.add_dependency('xml-simple', '>= 1.0.12')
gem.add_dependency('mime-types', '>= 1.16')
gem.add_dependency('multipart-post')
gem.add_dependency('nokogiri')

gem.add_development_dependency "rspec", ">= 1.2.9"
gem.add_development_dependency "mocha", ">= 1.2.9"
Expand Down

0 comments on commit c06ed22

Please sign in to comment.