andreapavoni / nova

An attempt to port/rebuild Spree, an open source e-commerce solution, with Elixir and Phoenix.
130 stars 11 forks source link

`mix deps.get` gives an error message regarding missing `.env.exs` #5

Closed mvidaurre closed 9 years ago

mvidaurre commented 9 years ago

The order of Setup steps is wrong because Copy .env-example.exs to .env.exs, then edit it to set secret configs should be the first step,

andreapavoni commented 9 years ago

Thanks a lot for the PRs! Merged ;-)