Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 481 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 481 Bytes

Getting Started

OS X

  • Node: brew install nodejs or install via nvm
  • Update Homebrew: brew update
  • Elixir: brew install elixir
  • Phoenix: mix archive.install https://github.com/phoenixframework/phoenix/releases/download/v1.0.3/phoenix_new-1.0.3.ez

Or...`

Run Elixir/Phoenix with VMs/Containers! git clone https://github.com/OUDL/vagrant-phoenix.git

Vagrant

  • Run vagrant vagrant up

Docker

  • docker run -i -t -p 4000:4000 phoenix /bin/bash