Class: Rugular::Server
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Rugular::Server
- Includes:
- Thor::Actions
- Defined in:
- lib/rugular/tasks/server.rb
Instance Method Summary collapse
Instance Method Details
#start_server ⇒ Object
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 |