Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/honza/heroku-sprunge

Roll your own sprunge on your domain
https://github.com/honza/heroku-sprunge

Last synced: about 5 hours ago
JSON representation

Roll your own sprunge on your domain

Awesome Lists containing this project

README

        

heroku sprunge
==============

*Roll your own sprunge on your domain*

This is inspired by and shares some code with http://sprunge.us.

This is a simple Flask app that uses Pygments to highlight the code. It uses
MongoDB to store the snippets. Heroku gives you 240MB of MongoDB storage for
free. All you need is a free Heroku account and a bit of time.

Setup
-----

Make sure you've got Heroku's command line utility installed and configured
first.

$ git clone git://github.com/honza/heroku-sprunge.git
$ cd heroku-sprunge
$ ./bootstrap.sh

Hacking
-------

Modify the `run.sh` file with your settings and use it to run the app locally.

Example
-------

Here is an example of the app running on Heroku:

http://quiet-sky-4922.herokuapp.com/

License
-------

BSD, short and sweet.