Sha256: 4a7202004ce03fd763175dcff7ab27c75792ef4aea487103b493533a63d3d804
Contents?: true
Size: 401 Bytes
Versions: 17
Compression:
Stored size: 401 Bytes
Contents
#!/usr/bin/env rackup # # Usage: # * thin start -R config.ru # * unicorn config.ru # # Note that settings such as the adapter and port are usually ignored as their set # by the webserver itself, commonly using the -p flag. # require ::File.expand_path('../app', __FILE__) Ramaze.start( :root => Ramaze.options.roots, :started => true, :port => Ramaze::Adapter.options.port ) run Ramaze
Version data entries
17 entries across 17 versions & 1 rubygems