Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Openmaize with an existing phoenix project

David Whitlock edited this page Jan 17, 2017 · 1 revision

This is mostly the same as setting up a new Phoenix project. However, before running the mix openmaize.phx command, it is a good idea to backup the following files:

  • web/router.ex
  • any user model, user migration, user view or user controller files

Then run mix openmaize.phx see this page for more information about the available options. After that you will need to edit the overwritten files.