Arto's Notes re: Phoenix Framework

https://vimeo.com/131633172

Installation

http://www.phoenixframework.org/docs/installation

$ elixir -v
$ mix local.hex

$ psql --version
$ port install postgresql95-server

$ node --version  # 5.3.0+
$ brew install node
$ npm install -g brunch

$ mix archive.install https://github.com/phoenixframework/archives/raw/master/phoenix_new.ez

Gotchas

  • Table names are pluralized, whereas ideally they'd be in the singular.

See Also