#Install Elixir, Posgresql, and Phoenix for this repo: https://github.com/dantswain/beanie#
On MacOS Sierra (10.12) with Xcode 8 and node >= 5.0
brew update
brew install elixir
brew install postgresql
createuser postgres --superuser
mix local.hex
mix archive.install https://github.com/phoenixframework/archives/raw/master/phoenix_new.ez
mix deps.get
mix compile
mix ecto.create
mix ecto.migrate
npm install
mix phoenix.server