takatama / gistub

A gist-like application for sharing code snippets in house

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gistub

Gistub is a stand alone application for sharing snippet such as gist.github.com.

If you're familiar with Rails apps, you can set up Gistub in several minutes.

Many companies and organizations use Gistub for sharing code snippets safely in house.

Build Status Coverage Status Code Climate

How to use

master branch is always the lastest stable version.

git clone git://github.com/seratch/gistub.git -b master
cd gistub
bundle install
bundle exec rake db:migrate
bundle exec rails s

Access http://localhost:3000/ through web browser.

Live Demo

http://gistub.herokuapp.com/

Top page:

top

Rich Editor with Ace:

input

Configuration over environment variables

Specify settings in .bashrc or others.

export GISTUB_OPENID_IDENTIFIER=https://your_auth_server/openid/
export GISTUB_AUTO_LINK=true
export GISTUB_ALLOWS_ANONYMOUS=false

Gistub Tools

For Emacs users

https://github.com/tototoshi/gistub-el

For Vimmers

https://github.com/glidenote/nogistub.vim

License

(The MIT License)

Copyright (c) 2012 Kazuhiro Sera <seratch__at__gmail.com>

About

A gist-like application for sharing code snippets in house

License:MIT License