actsasflinn / snippy
- Source
- Commits
- Network (7)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
be32591
commit be325915326a8c72fba48c14983ec00d784a7ec7
tree 3c7a6b00e7d9e715addfa3c15c02dd03d6971091
parent d5d532b60221378b7122ef43d429435a7eee87da
tree 3c7a6b00e7d9e715addfa3c15c02dd03d6971091
parent d5d532b60221378b7122ef43d429435a7eee87da
snippy /
| name | age | message | |
|---|---|---|---|
| |
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/ | ||
| |
config/ | ||
| |
db/ | ||
| |
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/ |
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/

