Closed mikey0000 closed 7 years ago
First of all, which version of Erlang are you using?
Could you try to build the archive and install it locally? To do so, clone this repository, cd to installer/new
and run mix build
(or MIX_ENV=prod mix build
). Then go to the archives directory and run mix archive.install phauxth_new.ex
. Let me know how you get on.
version of Erlang
erl
Erlang/OTP 19 [erts-8.3] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
Ran through your instructions and everything is green, not sure what the deal there is. I guess this is closed.
Glad to hear you got it working, and thanks for reporting the original issue.
I think this is related to the upgrade to Erlang 20. I'm building the installer archives on Erlang 20, and I think that is why you are having problems using those archives on your machine.
Once Phoenix 1.3 is released, and I can release a stable release of Phauxth, I'll arrange for the archives to be built on Erlang 19, and we'll see if that fixes the problem.
Awesome!