Elixir Docs Erlang StdLib Reference
We are almost there! The following steps are missing:
$ cd phoenix
Then configure your database in config/dev.exs and run:
$ mix ecto.create
Start your Phoenix app with:
$ mix phx.server
You can also run your app inside IEx (Interactive Elixir) as:
$ iex -S mix phx.server