Mercurial > zeropaste
annotate README.md @ 69:be561c3967ee
Safety net to ignore invalid post requests.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Thu, 04 Oct 2012 10:31:15 +0700 |
parents | 599a9320b6a3 |
children | f43b4d5400ac |
rev | line source |
---|---|
36 | 1 Zeropaste |
2 ========= | |
3 | |
4 A pastebin without any feature (other than creating pastes). | |
62
de8da13eb7a6
Added link to running website in readme.
Edho Arief <edho@myconan.net>
parents:
36
diff
changeset
|
5 The one running on [0paste.com](http://0paste.com). |
36 | 6 |
7 Requirements: | |
8 | |
9 * Rubinius 2.0 (Ruby 1.8/1.9 should also work) | |
10 * MySQL | |
63 | 11 (nothing MySQL specific - can be easily changed if you know what you're doing) |
36 | 12 * Ruby Bundler |
63 | 13 |
14 Optional: | |
15 | |
16 * Newrelic account | |
17 | |
18 Suggested: | |
19 | |
20 * nginx |