Sha256: 4a373df4f3a73b5b4871cf23665e8b0d88b2796dbbe291c72f8a0c405a18eb5f

Contents?: true

Size: 263 Bytes

Versions: 4

Compression:

Stored size: 263 Bytes

Contents

#!/usr/bin/env ruby

$LOAD_PATH.unshift ::File.expand_path(::File.dirname(__FILE__) + '/lib')
require 'kthxbye'
require 'kthxbye/web_interface'

Kthxbye::Config.setup(:redis_server => "itwebpriv1", :redis_port => 6379)
Kthxbye.connect

Kthxbye::WebInterface.run!

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kthxbye-1.1.1 config.ru
kthxbye-1.1.0 config.ru
kthxbye-1.0.5 config.ru
kthxbye-1.0.4 config.ru