View Source Installation
requirements
Requirements
- You need
Elixir 1.14
or later andErlang 25
or later. Runelixir -v
to find your current version for Elixir and Erlang. - Install Hex:
mix local.hex
. - Install
Phoenix
:mix archive.install hex phx_new
. - PostgreSQL 15+.
- (Linux users only): inotify-tools.
getting-started
Getting started
- Install dependencies and set up both the database and assets:
mix setup
.
local-development
Local development
- Start a local server:
mix phx.server
(it will run on https://localhost:4001 or https://zoonk.io:4001 - see the SSL guide for more information). - Run tests:
mix test
. - Update translation files:
mix locale
.