# `mix octa_star.install`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
