riverrun / openmaize

No longer maintained - was an Authentication library for Plug-based applications in Elixir
Other
206 stars 30 forks source link

Installer cannot find templates #82

Closed ghost closed 7 years ago

ghost commented 7 years ago

I'm having an issue when trying to execute mix openmaize.phx.

It fails with

** (File.Error) could not read file "/data/develop/elixir/security/openmaize/installer/phoenix/templates/phx_api/session_controller.ex": no such file or directory

Maybe some constant slipped thru?

markman123 commented 7 years ago

I got around this by compiling my own version from the repo and installing from there

riverrun commented 7 years ago

Thanks for letting me know.

riverrun commented 7 years ago

I've updated the archive with a fix. If you could try it out on your machine, that would be great.

ghost commented 7 years ago

Thanks! It worked!