Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 3.2 KB

GETTING_STARTED.md

File metadata and controls

37 lines (32 loc) · 3.2 KB

Here are some resources to get you started with the tech used in this project. Please add as you see fit.

One of the best ways to learn is by doing. Maybe you could join a project or start one here. That's what this group is for!

ELIXIR

PHOENIX

DEPLOYMENT

  • Official Phoenix on Heroku Guide with discussion of limitations
  • Distillery Create OTP releases (binaries that can be deployed without a full Elixir/Erlang system installed)
    • Note: Elixir version 1.9 may include deployment tooling built into the language (or standard library). Watch this space.
  • Gigalixir, An Elixir Platform as a Service, like a Heroku for Elixir

ERLANG, OTP, FUNCTIONAL PROGRAMMING, CONCURRENCY