Skip to content
The dirt-simple URL shortener at brk.mn
Ruby HTML CSS JavaScript CoffeeScript
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
app
config
db
doc
lib
public
script
test
vendor
.gitignore
Gemfile
Gemfile.lock
LICENSE
README.rdoc
Rakefile
config.ru

README.rdoc

brkmn

A dirt-simple URL shortener.

Deployment

Version 1.1 does not use any Apache or NGiNX server level authentication. Using `net-ldap`, authentication is handled in the application using Ruby. If you are upgrading from the initial release (v1.0) please remove any authentication done at a webserver level and configure the authentication sources via the steps below.

  • Copy `config/ldap.yml.example` to `config/ldap.yml` and edit the contents so that they match those of your LDAP server.

  • Make sure your `config/database.yml` file exists and contains the information required.

  • Edit the links contained in `public/logout/*` to match your hostname.

Contributors

  • Dan Collis-Puro: djcp@cyber.law.harvard.edu

  • Flavio Giobergia: flavio.giobergia@studenti.polito.it

License

brkmn is licensed under the terms of Rails 3.2 itself - the MIT license: www.opensource.org/licenses/mit-license.php

2012-2014 President and Fellows of Harvard College

You can’t perform that action at this time.