public
Description: A fairly full featured Pastie clone on Rails.
Homepage: http://actsasflinn.com/articles/2008/09/03/snippy-is-a-freaking-ripoff-of-pastie
Clone URL: git://github.com/actsasflinn/snippy.git
snippy /
name age message
file .gitmodules Mon Dec 29 18:12:38 -0800 2008 add spam protection using acts as snook [actsasflinn]
file README Fri Sep 05 05:34:07 -0700 2008 updating install instructions [actsasflinn]
file README_RAILS Tue Jul 08 19:15:57 -0700 2008 rails readme shouldn't show in the github project [actsasflinn]
file Rakefile Tue Jul 08 19:10:25 -0700 2008 initial import [actsasflinn]
directory app/ Mon Dec 29 20:21:22 -0800 2008 uncache listings [actsasflinn]
directory config/ Mon Dec 29 20:20:48 -0800 2008 use memcache client [actsasflinn]
directory db/ Mon Dec 29 18:12:38 -0800 2008 add spam protection using acts as snook [actsasflinn]
directory doc/ Tue Jul 08 19:10:25 -0700 2008 initial import [actsasflinn]
directory lib/ Tue Jul 08 19:10:25 -0700 2008 initial import [actsasflinn]
directory public/ Thu Sep 04 21:39:40 -0700 2008 pushing recent updates [actsasflinn]
directory script/ Tue Jul 08 19:10:25 -0700 2008 initial import [actsasflinn]
directory test/ Tue Jul 08 19:10:25 -0700 2008 initial import [actsasflinn]
directory vendor/ Mon Jan 05 20:41:12 -0800 2009 allow for blank keys [actsasflinn]
== About Snippy

Snippy is an open source clone of Josh Goebel's Pastie.

A lot of Pastie users (including me) wanted a private version. Snippy fills that void - enjoy.

=== Author

It was written by Flinn Mueller using Ruby on Rails 2.1 as a weekend project. I felt like one of the best features of 
Pastie is code highlighting so I made it a priority. Code highlighting is accomplished using a custom renderer with 
Ultraviolet. The Thinking Sphinx plugin has been on my radar for a little while now so I felt like it was a good time to 
throw that in.

=== On Github

Git has also been on my radar for a little while. So I figured I would host the project at Github - everyone wins. Get 
the source on Github.
link:http://github.com/actsasflinn/snippy/tree/master

=== Install

 1. git clone git://github.com/actsasflinn/snippy.git
 2. cd snippy
 3. cp config/database.yml.example config/database.yml
 4. sudo apt-get install libonig2 libonig-dev
 5. rake gems:install
 6. rake db:create
 7. rake db:migrate
 8. rake bootstrap
 9. rake thinking_sphinx:configure
10. rake thinking_sphinx:index
11. rake thinking_sphinx:start
12. ./script/server
13. Start Snipping http://0.0.0.0:3000/