Skip to content

bmizerany/hurl

 
 

Repository files navigation

Hurl

Hurl was created for the Rails Rumble 2009 in 48 hours. Now Hurl is an open source project for your enjoyment.

http://hurl.it/

Installation

  • Ruby 1.8.6+
  • Python 2.5+

First install xmllint:

* Homebrew
$ brew install xmllint

* Gentoo
$ emerge dev-libs/libxml2

* Ubuntu/Debian
$ apt-get install libxml2-utils

Next install the Python eggs:

$ easy_install simplejson Pygments

Then the RubyGems:

$ gem install yajl-ruby sinatra curb rack
$ gem install mustache --source=http://gemcutter.org

And finally Redis.

* Homebrew
$ brew install redis

* Gentoo
$ emerge redis

* Other
$ rake -f vendor/redis-rb/tasks/redis.tasks.rb redis:install

Get Hurl

Browse the source on GitHub: http://github.com/defunkt/hurl

Clone with Git:

$ git clone git://github.com/defunkt/hurl

Or download in either zip or tar formats.

Run Locally

$ rake start

If you have shotgun installed: http://localhost:9393

If not: http://localhost:9292

Issues

Find a bug? Want a feature? Submit an issue here. Patches welcome!

Screenshot

Hurl

Authors

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.9%
  • Ruby 13.1%