actsasflinn / snippy
- Source
- Commits
- Network (7)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 77bdc5760180a5b5a8652af6dc6b1e3ecebbd99f
tree e7254620be1a0d25700aa08de7717e9f3f3e97ed
parent 0acbdc667b5eab1d9e11759e7a735c6c3a48714c
tree e7254620be1a0d25700aa08de7717e9f3f3e97ed
parent 0acbdc667b5eab1d9e11759e7a735c6c3a48714c
snippy /
| name | age | message | |
|---|---|---|---|
| |
.gitmodules | Mon Dec 29 18:12:38 -0800 2008 | |
| |
README | Fri Sep 05 05:34:07 -0700 2008 | |
| |
README_RAILS | Tue Jul 08 19:15:57 -0700 2008 | |
| |
Rakefile | Tue Jul 08 19:10:25 -0700 2008 | |
| |
app/ | Mon Dec 29 20:21:22 -0800 2008 | |
| |
config/ | Mon Dec 29 20:20:48 -0800 2008 | |
| |
db/ | Mon Dec 29 18:12:38 -0800 2008 | |
| |
doc/ | Tue Jul 08 19:10:25 -0700 2008 | |
| |
lib/ | Tue Jul 08 19:10:25 -0700 2008 | |
| |
public/ | Thu Sep 04 21:39:40 -0700 2008 | |
| |
script/ | Tue Jul 08 19:10:25 -0700 2008 | |
| |
test/ | Tue Jul 08 19:10:25 -0700 2008 | |
| |
vendor/ | Mon Jan 05 20:41:12 -0800 2009 |
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/
