Skip to content

Instantly share code, notes, and snippets.

@ramhoj
Created July 5, 2016 08:21
Show Gist options
  • Save ramhoj/89817e5cda4aabc8dfcfda088702e275 to your computer and use it in GitHub Desktop.
Save ramhoj/89817e5cda4aabc8dfcfda088702e275 to your computer and use it in GitHub Desktop.
phoenix-generate.sh
brew install erlang
brew install elixir
git clone https://github.com/phoenixframework/phoenix.git
cd phoenix
mix do deps.get, compile
mix phoenix.new ../my_app
cd ../my_app
mix do deps.get, compile
mix phoenix.server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment