Method: ORS::Commands::Start#execute
- Defined in:
- lib/ors/commands/start.rb
#execute ⇒ Object
4 5 6 7 8 |
# File 'lib/ors/commands/start.rb', line 4 def execute info "starting #{ORS.config[:name]} #{ORS.config[:environment]}..." execute_in_parallel(ORS.config[:app_servers]) {|server| start_server server } end |