Skip to content

Instantly share code, notes, and snippets.

@abdulsattar
Last active July 29, 2016 09:38
Show Gist options
  • Save abdulsattar/06d9d569c069fad37114daca10c4e350 to your computer and use it in GitHub Desktop.
Save abdulsattar/06d9d569c069fad37114daca10c4e350 to your computer and use it in GitHub Desktop.
Phoenix Installation
brew update && brew install elixir
mix local.hex
mix archive.install https://github.com/phoenixframework/archives/raw/master/phoenix_new.ez

Install Postgresql (if not installed already):

brew install postgresql
createuser -s postgres # if not created already

Install Node.js (get a recent one if you have pre 5.0 node):

brew install node
# if you use NVM, you know what to do

Begin from here: http://www.phoenixframework.org/docs/up-and-running

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment