mix arcana.install (Arcana v2.0.1)

Copy Markdown View Source

Installs Arcana in your Phoenix application.

$ mix arcana.install

This will:

  • Generate the migration for arcana_documents and arcana_chunks tables
  • Add the dashboard route to your Phoenix router
  • Create the Postgrex types module for pgvector
  • Configure your repo to use the types module

Options

  • --no-dashboard - Skip adding the dashboard route
  • --repo - The repo to use (defaults to YourApp.Repo)