Skip to content

Instantly share code, notes, and snippets.

@caspian311
Created December 7, 2016 23:25
Show Gist options
  • Save caspian311/7c1391bc5eaad988c6a85c7acfdef868 to your computer and use it in GitHub Desktop.
Save caspian311/7c1391bc5eaad988c6a85c7acfdef868 to your computer and use it in GitHub Desktop.
How to get around all the errors when getting a phoenix app up and running

Install pre-requisites

brew install elixir
# maybe others, I don't remember

Install web framework

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

Create app

mix phoenix.new <app-name>
cd <app-name>
mix deps.get
npm install
node_modules/brunch/bin/brunch build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment