Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Latest commit

 

History

History
42 lines (35 loc) · 930 Bytes

README.md

File metadata and controls

42 lines (35 loc) · 930 Bytes

Fedora 4 / ActiveFedora 8 test drive

  1. Install prerequisites:

    • Git
    • Java 1.7+ (download)
    • Ruby 2.0+ (recommended: 2.1 using rbenv or RVM)
    • Bundler (gem install bundler)

    Make sure the right versions of Java and Ruby are being used with:

    $ java -version
    $ ruby -v
  2. Clone this repo

    $ git clone https://github.com/escowles/testdrive.git
  3. Install gems:

    $ cd testdrive
    $ bundle install
  4. Download Hydra-Jetty with Fedora 4:

    $ bundle exec rake jetty:unzip
  5. Start Jetty:

    $ bundle exec rake jetty:start
  6. Run demo scripts:

    $ bundle exec ruby demo1.rb
    $ bundle exec ruby demo2.rb
    $ bundle exec ruby demo3.rb