Sha256: 0fe1617cc72475a8ec6c7ae7bd85360f96d6a3b6658e4dade702bc1fc51fa55c

Contents?: true

Size: 255 Bytes

Versions: 16

Compression:

Stored size: 255 Bytes

Contents

module AlephExecutables
  class WebServer < BundleRunner
    def initialize(options)
      options[:worker_processes] ||= 1
      super(options)
    end

    def execute!
      run 'puma -C config/puma.rb', :worker_processes, :rails_env
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
aleph_analytics-0.4.9.pre.dev bin/executables/web_server.rb
aleph_analytics-0.4.8 bin/executables/web_server.rb
aleph_analytics-0.4.7 bin/executables/web_server.rb
aleph_analytics-0.4.4 bin/executables/web_server.rb
aleph_analytics-0.4.2 bin/executables/web_server.rb
aleph_analytics-0.4.1 bin/executables/web_server.rb
aleph_analytics-0.3.0 bin/executables/web_server.rb
aleph_analytics-0.2.0 bin/executables/web_server.rb
aleph_analytics-0.1.0 bin/executables/web_server.rb
aleph_analytics-0.0.6 bin/executables/web_server.rb
aleph_analytics-0.0.5 bin/executables/web_server.rb
aleph_analytics-0.0.4 bin/executables/web_server.rb
aleph_analytics-0.0.3 bin/executables/web_server.rb
aleph_analytics-0.0.2 bin/executables/web_server.rb
aleph_analytics-0.0.1.alpha bin/executables/web_server.rb
aleph_analytics-0.0.0.alpha bin/executables/web_server.rb