Phoenix framework

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(指南)
第6行: 第6行:
 
  cd hello_phoenix
 
  cd hello_phoenix
 
  mix deps.get
 
  mix deps.get
  mix ecto.create
+
  mix ecto.create // vim config/dev.exs 修改PostgreSQL参数
 
  mix phoenix.server 或者
 
  mix phoenix.server 或者
 
  iex -S mix phoenix.server
 
  iex -S mix phoenix.server
 
  http://localhost:4000/
 
  http://localhost:4000/
 +
 +
==图集==
 +
<gallery>
 +
image:welcome-to-phoenix.png|欢迎页
 +
</gallery>
  
 
==链接==
 
==链接==

2015年9月21日 (一) 01:08的版本

Phoenix framework

指南

mix archive.install https://github.com/phoenixframework/phoenix/releases/download/v1.0.2/phoenix_new-1.0.2.ez
mix phoenix.new hello_phoenix
cd hello_phoenix
mix deps.get
mix ecto.create // vim config/dev.exs 修改PostgreSQL参数
mix phoenix.server 或者
iex -S mix phoenix.server
http://localhost:4000/

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱