ElixirConf 2015 Training – Collaborative Information System

To start your new Phoenix application:

  1. Install dependencies with mix deps.get
  2. Setup your database and seed some content:
$ mix ecto.create
$ mix ecto.migrate
$ mix run priv/repo/seeds.exs
$ npm install
  1. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Copyright (c) 2015 Chris McCord