mix plato.install (plato v0.0.24)

Copy Markdown View Source

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