phoenix: update

This commit is contained in:
Rico Sta. Cruz 2017-09-04 11:25:54 +08:00
parent 0de186c8f1
commit 979f089eda
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 16 additions and 0 deletions

View File

@ -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
``` ```