To start your Phoenix server:
- Run
mix setup
to install and setup dependencies - Start build with
make release-all
- erlang & elixir
- rust
Download the latest release from here.
After MacOS 10.15.7, the app is not allowed to run, you need to bypass Gatekeeper.
-
Open Terminal
-
Run the following command
For the current installed version:
sudo xattr -c '/Applications/phx_new_desktop.app'
For all versions of the app:
sudo xattr -r -d com.apple.quarantine '/Applications/phx_new_desktop.app'
-
After that, you can run the desktop GUI.