actsasflinn / snippy

A fairly full featured Pastie clone on Rails.

This URL has Read+Write access

actsasflinn (author)
Mon Oct 13 11:12:49 -0700 2008
commit  be325915326a8c72fba48c14983ec00d784a7ec7
tree    3c7a6b00e7d9e715addfa3c15c02dd03d6971091
parent  d5d532b60221378b7122ef43d429435a7eee87da
snippy /
name age message
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/ Loading commit data...
directory config/
directory db/
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/
README
== 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/