An opinionated, fairly minimal base for an Elixir HTTP server application.
Go to file
Daniel Flanagan 8deb142ebc
Startup-time configuration
2020-12-17 15:23:16 -06:00
src Startup-time configuration 2020-12-17 15:23:16 -06:00
.gitignore Update project to be opinionated about docs output dir 2020-12-16 17:36:13 -06:00
mix.exs Startup-time configuration 2020-12-17 15:23:16 -06:00
mix.lock Update project to be opinionated about docs output dir 2020-12-16 17:36:13 -06:00
readme.md Startup-time configuration 2020-12-17 15:23:16 -06:00

readme.md

elixir-http-base

An opinionated, fairly minimal base for an Elixir HTTP server application.

Develop

iex -S mix

Test

mix test

Generate Release

MIX_ENV=prod mix release

Deploy

rsync -r ./build/rel/ $YOUR_HOST:~/my-app
ssh $YOUR_HOST ~/my-app/bin/lytedev daemon