$sudo gem install shotgun $shotgun myapp.rb
或者如果您使用通过继承Sinatra :: Base定义您的应用程序并使用config.ru文件:
$shotgun config.ru -p 4567