Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/honza/heroku-sprunge
- Owner: honza
- License: bsd-2-clause
- Created: 2012-04-05T21:02:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-06T16:58:33.000Z (over 12 years ago)
- Last Synced: 2024-04-16T01:44:54.380Z (7 months ago)
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.shHacking
-------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.