Created
July 5, 2016 08:21
-
-
Save ramhoj/89817e5cda4aabc8dfcfda088702e275 to your computer and use it in GitHub Desktop.
phoenix-generate.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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