Mercurial > zeropaste
view README.md @ 220:183e8560a337
Update prettify to 2013/03/04.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Sun, 12 May 2013 12:05:08 +0900 |
parents | de168fde2df2 |
children | c2a76a901e61 |
line wrap: on
line source
Zeropaste ========= A pastebin with some features: create and destroy (with key) pastes. The one running on [0paste.com](http://0paste.com). Requirements: * Ruby 1.9 or up (JRuby 1.7 and Rubinius 2.0 should also work) * MySQL (nothing MySQL specific - can be easily changed if you know what you're doing) * Ruby Bundler Optional: * Newrelic account Suggested: * nginx Installation ------------ Left as an exercise. Misc ---- Pasting from CLI: ...some commands... | curl 'http://0paste.com/pastes.txt' -F 'paste[paste]=<-' Or with gzip to save bandwidth: ...some commands... | gzip | openssl base64 | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip_base64]=<-' Design ------ Current design is a bit crap. Suggestions and actual designs are welcome.