Skip to content

Instantly share code, notes, and snippets.

View robrakaric's full-sized avatar

Technologist Creative robrakaric

View GitHub Profile
@diegopacheco
diegopacheco / Supabase-podman.md
Created June 9, 2024 07:56
Run Supabase with Podman

1. Install Supabase

brew install supabase/tap/supabase

2. Setup to use Podman

after installing podman. Do:

systemctl --user enable podman.socket
systemctl --user start podman.socket
systemctl --user status podman.socket