Last active
January 18, 2018 03:11
-
-
Save motephyr/e947e98b527e11bc5cb6963c2f632b60 to your computer and use it in GitHub Desktop.
elixir phoneix install (mac os environment)
This file contains hidden or 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 update | |
brew install elixir | |
mix local.hex | |
mix archive.install https://github.com/phoenixframework/archives/raw/master/phx_new.ez | |
//install node.js版本(建議8.0之後) | |
//install postgres版本(建議至少9.4之後) | |
取得dev.secret.exs | |
設定資料庫 mix ecto.setup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment