mix fyi.install (FYI v1.0.2)

View Source

Installs FYI into your Phoenix application.

$ mix fyi.install

Options

  • --no-ui - Skip installing the Phoenix UI components
  • --no-persist - Skip the database migration (events won't be persisted)
  • --no-feedback - Skip installing the feedback component

What This Does

  1. Adds FYI.Application to your supervision tree
  2. Creates a migration for the fyi_events table (unless --no-persist)
  3. Adds a /fyi route scope to your router (unless --no-ui)
  4. Installs a customizable feedback component (unless --no-feedback)
  5. Adds configuration stubs to your config files