Class: Rugular::Server

Inherits:
Thor::Group
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/rugular/tasks/server.rb

Instance Method Summary collapse

Instance Method Details

#start_serverObject



15
16
17
18
19
20
# File 'lib/rugular/tasks/server.rb', line 15

def start_server
  system(
    "bundle exec foreman start --color --root=#{destination_root} " \
    "--procfile=#{rugular_procfile}"
  )
end