- Elixir & Erlang:
# Ubuntu sudo apt install erlang-dev elixir # Fedora sudo dnf install erlang elixir
- Hex Package Manager:
mix local.hex
- Phoenix:
mix archive.install hex phx_new
- inotify-tools (for hot reloading):
# Ubuntu sudo apt-get install inotify-tools # Fedora sudo dnf install inotify-tools
mix deps.get
mix phx.server
export SECRET_KEY_BASE=$(openssl rand -base64 48)
docker compose up --build
- https://elixir-lang.org/install.html#gnulinux
- https://hexdocs.pm/phoenix/installation.html
- https://github.com/inotify-tools/inotify-tools/wiki
- https://basedlanding-production.up.railway.app/ (Don't open with your phone/personal computer)