mix octa_star.install (octa_star v0.1.0)

Copy Markdown

Installs OctaStar and optionally sets up recommended configurations.

Options

  • --no-stream-dedup — Skip adding OctaStar.Utility.StreamRegistry to your supervision tree.
  • --no-https — Skip HTTPS dev configuration (Phoenix only).
  • --no-example — Skip generating the sample controller/handler.

Examples

mix igniter.install octa_star
mix igniter.install octa_star --no-stream-dedup
mix igniter.install octa_star --no-https --no-example