https://github.com/jonathanj/codetip
Codetip: A Twisted Web and Backbone pastebin.
https://github.com/jonathanj/codetip
Last synced: 11 months ago
JSON representation
Codetip: A Twisted Web and Backbone pastebin.
- Host: GitHub
- URL: https://github.com/jonathanj/codetip
- Owner: jonathanj
- Created: 2012-10-11T09:34:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-25T09:22:22.000Z (about 12 years ago)
- Last Synced: 2025-03-06T08:53:22.407Z (over 1 year ago)
- Language: Python
- Size: 613 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codetip – A Twisted Web and Backbone pastebin
Codetip is a [hastebin](http://hastebin.com) clone written in Twisted Web with Backbone and client-side templates.
## Installing
# Clone Codetip repo.
$ git clone http://github.com/jonathanj/Codetip
# Install Python dependencies.
$ pip install Twisted Epsilon Axiom
# Install Brewer.js.
$ npm install brewer
# Install dependencies for sucessfully building the Brewfile.
$ brake install
# Build assets.
$ brake all
# Start a Codetip instance with Google Analytics tracking.
$ twistd -n codetip --notracebacks --dbdir=codetip.axiom --tracking-id='YOUR-TRACKING-ID'