Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

circleci/requestbin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 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

circle fork of requestbin with a little more utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Less 61.2%
  • CSS 26.5%
  • Python 7.1%
  • HTML 5.2%