Mercurial > zeropaste
comparison README.md @ 323:a0166874e31e
Remove jruby and rubinius version.
author | edogawaconan <me@myconan.net> |
---|---|
date | Sun, 06 Apr 2014 03:46:04 +0900 |
parents | 2235aa625af0 |
children | 26545fe719ca |
comparison
equal
deleted
inserted
replaced
322:2235aa625af0 | 323:a0166874e31e |
---|---|
7 A pastebin with some features: create and destroy (with key) pastes. | 7 A pastebin with some features: create and destroy (with key) pastes. |
8 The one running on [0paste.com](http://0paste.com). | 8 The one running on [0paste.com](http://0paste.com). |
9 | 9 |
10 Requirements: | 10 Requirements: |
11 | 11 |
12 * Ruby 1.9 or up (JRuby 1.7 and Rubinius 2.0 should also work) | 12 * Ruby 1.9 or up (JRuby and Rubinius should also work) |
13 * PostgreSQL | 13 * PostgreSQL |
14 (nothing PostgreSQL specific - can be easily changed if you know what you're doing. | 14 (nothing PostgreSQL specific - can be easily changed if you know what you're doing. |
15 May or may not work with MySQL) | 15 May or may not work with MySQL) |
16 * Ruby Bundler | 16 * Ruby Bundler |
17 | 17 |