Skip to content

Instantly share code, notes, and snippets.

@motephyr
Last active January 18, 2018 03:11
Show Gist options
  • Save motephyr/e947e98b527e11bc5cb6963c2f632b60 to your computer and use it in GitHub Desktop.
Save motephyr/e947e98b527e11bc5cb6963c2f632b60 to your computer and use it in GitHub Desktop.
elixir phoneix install (mac os environment)
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