Giter Club home page Giter Club logo

hurl-1's Introduction

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

Hurl requires Ruby 1.8.6+

First download hurl and cd into the directory:

git clone git://github.com/twilio/hurl
cd hurl

Or download the zip.

Next make sure you have RubyGems installed.

Then install Bundler:

gem install bundler

Now install Hurl's dependencies:

bundle install

Run Locally

bundle install
bundle exec shotgun config.ru

Setting up Postgres

Make sure you have the user postgres created

In psql run:

# CREATE DATABASE hurls;
# \connect hurls;
# create table views (id character(40), content bytea);
# create table hurls (id character(40), content bytea);
# create table users (id character(40), content bytea);

Make sure to have the proper permissions: # Assign owner to postgres # ALTER TABLE views OWNER TO postgres; # ALTER TABLE hurls OWNER TO postgres; # ALTER TABLE users OWNER TO postgres;

Now visit http://localhost:9393

Run in Heroku

heroku create
git push heroku master
heroku open

This will open a copy of Hurl running on your own private Heroku instance.

Issues

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

Screenshot

Hurl

Original Authors

  • [Leah Culver][2]
  • [Chris Wanstrath][3]

hurl-1's People

Contributors

alan avatar alcides avatar andrewmbenton avatar defunkt avatar halorgium avatar hstove avatar idealhack avatar igorw avatar johnsheehan avatar leah avatar markpasc avatar mislav avatar nealpoole avatar progrium avatar stympy avatar tianyicui avatar torbjon avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.