Sha256: cd82bf427367d2218863529c436190f169f7e25bee1658e4aad58969c2041e19
Contents?: true
Size: 306 Bytes
Versions: 4
Compression:
Stored size: 306 Bytes
Contents
#!/usr/bin/env ruby $:.unshift << File.expand_path("../../lib", __FILE__) require 'mongobile' Rack::Server.new(:Port => "7534", :config => File.dirname(__FILE__)+"/../config.ru", :AccessLog => [], :pid => nil, :Host => "0.0.0.0").start
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mongobile-0.0.5 | bin/mongobile |
mongobile-0.0.4 | bin/mongobile |
mongobile-0.0.3 | bin/mongobile |
mongobile-0.0.2 | bin/mongobile |