# `mix plato.install`
[🔗](https://github.com/lassediercks/plato/blob/v0.0.24/lib/mix/tasks/plato.install.ex#L1)

Installs Plato CMS by copying migrations to your application.

## Usage

    mix plato.install

This will copy all Plato migration files from the library to your
application's `priv/repo/migrations` directory with updated timestamps.

After running this task, run migrations:

    mix ecto.migrate

---

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