美文网首页
Phoenix:Guide:Installation

Phoenix:Guide:Installation

作者: bookinstock_ | 来源:发表于2018-06-05 07:55 被阅读17次

Installation

  • install elixir and erlang: $ brew install elixir

  • install hex: $ mix local.hex

  • install phoenix: $ mix archive.install https://github.com/phoenixframework/archives/raw/master/phx_new.ez

  • install node (optional): $ brew install node

    • brunch: compile static assets (which use npm)

    • skip --no-brunch

  • install postgres: $ brew install postgresql

来源:Phoenix doc

相关文章

网友评论

      本文标题:Phoenix:Guide:Installation

      本文链接:https://www.haomeiwen.com/subject/qqousftx.html