Mercurial > zeropaste
view README.md @ 179:b1aa7865bc7f
Added paste id data to markup.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Fri, 01 Feb 2013 22:37:06 +0700 |
parents | 7a514c733e6c |
children | de168fde2df2 |
line wrap: on
line source
Zeropaste ========= A pastebin without any feature (other than creating pastes). The one running on [0paste.com](http://0paste.com). Requirements: * Rubinius 2.0 (Ruby 1.8/1.9 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 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.