Skip to content
View sstrecker's full-sized avatar

Organizations

@sportyweb

Block or report sstrecker

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. How to install PostgreSQL, Erlang an... How to install PostgreSQL, Erlang and Elixir via Homebrew and asdf on Apple macOS (for developing Elixir and Elixir/Phoenix apps) - July 2023
    1
    > Please note that this setup is tested and runs on Apple ARM M1 and M2 with macOS Sonoma 14.x *without Rosetta installed* (retested 2024/09/22).
    2
    3
    > For further background see, e.g., https://aswinmohan.me/setup-elixir-phoenix
    4
    5
    1. Install the Apple Command Line Tools for XCode for your macOS version : `xcode-select install`
  2. How to create and configure a new Ph... How to create and configure a new Phoenix 1.7.7 web app
    1
    1. Check if Erlang and Elixir are installed and the OTP version matches the Elixir compiler: `erl -v` and `elixir -v`. If you use asdf, run `asdf list` and make sure the Erlang major version matches the Elixir OTP-version, e.g.
    2
    
                  
    3
    ```
    4
    % asdf list
    5
    elixir
  3. blog blog Public

    Blog