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