phoenix: update
This commit is contained in:
parent
0de186c8f1
commit
979f089eda
16
phoenix.md
16
phoenix.md
|
@ -6,6 +6,22 @@ weight: -1
|
||||||
updated: 2017-09-04
|
updated: 2017-09-04
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### Quick start
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Install Phoenix
|
||||||
|
mix local.hex
|
||||||
|
mix archive.install https://github.com/phoenixframework/archives/raw/master/phx_new.ez
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Create a new project
|
||||||
|
mix phx.new hello
|
||||||
|
```
|
||||||
|
|
||||||
|
Install Erlang, Elixir, Node.js, Postgresql first.
|
||||||
|
See: [Installation](https://hexdocs.pm/phoenix/installation.html) _(hexdocs.pm)_
|
||||||
|
|
||||||
### Directory structure
|
### Directory structure
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue