Skip to content

adeolaawoyemi/requestbin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Runscope community project.

Originally Created by Jeff Lindsay

License

MIT

Looking to self-host?

Deploy your own instance using Heroku

Create a Heroku account if you haven't, then grab the RequestBin source using git:

$ git clone git://github.com/Runscope/requestbin.git

From the project directory, create a Heroku application:

$ heroku create

Add Heroku's addon for redistogo

$ heroku addons:add redistogo:nano --app {app_name}

Find your redistogo connection details

$ heroku config --app {app_name} | grep REDISTOGO_URL

Modify line 19 of config/heroku.conf.py on redis details

redis_url = urlparse.urlparse(os.environ.get("REDIS_URL", "redis://REDISTOGO_URL:REDISTOGO_PORT/0"))

Now just deploy via git:

$ git push heroku master

It will push to Heroku and give you a URL that your own private RequestBin will be running.

Contributors

About

Inspect HTTP requests. Debug webhooks. Originally created by @progrium.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 87.7%
  • Python 7.1%
  • HTML 5.2%