Sha256: af554452add9b5d22637b493ad2e0caf949271ca3f001d50dd80b448fa76e964
Contents?: true
Size: 389 Bytes
Versions: 1
Compression:
Stored size: 389 Bytes
Contents
task :console do binding.pry end task :smartguard do exec('bundle exec smartguard --development --app smartkiosk') end task :sidekiq do exec('bundle exec sidekiq -q pings -q payments -q orders -q sync -q scheduled -r ./app.rb') end task :web do require 'eventmachine' require 'thin' EventMachine.run do Smartkiosk::Client.run! :server => 'thin', :port => 3000 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smartkiosk-client-0.0.5 | lib/tasks/services.rb |