Mix.Tasks.Phoenix.Start

Starts the default endpoints or the given workers. Defaults to MyApp.Endpoint.

$ mix phoenix.start
$ mix phoenix.start MyApp.Endpoint MyApp.Worker1 MyApp.Worker2
Source

Summary

run(args)

Callback implementation of Mix.Task.run/1

Functions

run(args)

Callback implementation of Mix.Task.run/1.

Source