Hurl was created for the Rails Rumble 2009 in 48 hours. Now Hurl is an open source project for your enjoyment.
- Ruby 1.8.6+
- Python 2.5+
First download hurl and cd into the directory:
git clone git://github.com/defunkt/hurl
cd hurl
Or download in either zip or tar formats.
Then install xmllint:
* Homebrew
brew install libxml2
* Gentoo
emerge dev-libs/libxml2
* Ubuntu/Debian
apt-get install libxml2-utils
Next install the Python eggs:
easy_install simplejson Pygments
Then the RubyGems (you may need to gem install bundler):
bundle install
bundle exec shotgun config.ru
Now visit http://localhost:9393
Find a bug? Want a feature? Submit an issue here. Patches welcome!
