https://github.com/mudge/tableau
A pastie application written with Sinatra and Sequel.
https://github.com/mudge/tableau
Last synced: over 1 year ago
JSON representation
A pastie application written with Sinatra and Sequel.
- Host: GitHub
- URL: https://github.com/mudge/tableau
- Owner: mudge
- Created: 2009-10-27T09:01:40.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-10-27T09:22:06.000Z (over 16 years ago)
- Last Synced: 2025-03-07T16:55:27.551Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
This is a fork of [Asim Aslam's Tableau](http://github.com/asim/tableau): a private pastie to use with friends and colleagues.
It is a very spartan pastie application with rudimentary versioning of pastes (ala [Gist](http://gist.github.com/)).
It has the following dependencies:
* [sinatra](http://www.sinatrarb.com)
* [sequel](http://sequel.rubyforge.org/)
* [open4](http://raa.ruby-lang.org/project/open4/) (required by [albino](http://github.com/github/albino))
* [pygments](http://pygments.org/) (and therefore [Python](http://www.python.org/))
To create the database and necessary tables, simply run `rake migrate` then fire up the application with `rackup` and access it at [http://localhost:9292](http://localhost:9292).