TSIG -- a reimplementation of github gist

Download

  • git clone git://springlobby.info/git/koshi/tsig.git
    

Requirements

  • Python (tested on 2.6.4)
  • PasteServer
  • SqlAlchemy >=0.5
  • sqlite/mysql for db backend
  • Jinja2
  • bottle (included, newer will break auth)
  • baeker

A lot of these can be installed through pypi, eg. with python setuptools:

easy_install {paste,baeker,jinja2,sqlalchemy}

Usage

  • copy site.cfg.example to site.cfg and edit as necessary
  • run ./main.py
  • goto http://localhost:PORT (default PORT=4001)