/band-indigo.com

Promo website for Indigo band

Primary LanguageElixirMIT LicenseMIT

BandIndigo

https://band-indigo.com

Initial setup

$ mix deps.get --only prod $ MIX_ENV=prod mix compile

Compile assets

$ brunch build --production $ MIX_ENV=prod mix phoenix.digest

Custom tasks (like DB migrations)

$ MIX_ENV=prod mix ecto.migrate

Finally run the server

$ PORT=4001 MIX_ENV=prod mix phoenix.server $ MIX_ENV=prod PORT=4001 elixir --detached -S mix do compile, phoenix.server