** (Mix) The database for RadioKitMixer.Repo couldn't be created, reason given: "ERROR: encoding \"UTF8\" does not match locale \"en_US\"\nDETAIL: The chosen LC_CTYPE setting requires encoding \"LATIN1\".\n".
vagrant@trusty64:/vagrant$ locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=en_US.UTF-8
vagrant@trusty64:/vagrant$ cat mix.lock | grep ecto
"ecto": {:hex, :ecto, "0.14.1"},
"phoenix_ecto": {:hex, :phoenix_ecto, "0.4.0"},
vagrant@trusty64:/vagrant$ cat mix.lock | grep phoenix
"phoenix": {:hex, :phoenix, "0.14.0"},
"phoenix_ecto": {:hex, :phoenix_ecto, "0.4.0"},
"phoenix_html": {:hex, :phoenix_html, "1.2.1"},
"phoenix_live_reload": {:hex, :phoenix_live_reload, "0.4.3"},