| title | Development setup | ||
|---|---|---|---|
| sidebar |
|
- Mise
- Just
- Docker
certutil(part of NSS tools). Required formkcertto install the CA into system trust stores
macOS:
brew install nssDebian/Ubuntu:
apt install libnss3-toolsFedora/RHEL:
dnf install nss-toolsArch:
pacman -S nssOn macOS, the default shared memory limits are too low for PostgreSQL.
For embedded-postgres, create/edit /etc/sysctl.conf:
kern.sysv.shmall=65536
kern.sysv.shmmax=16777216
mise trust
mise installjust cluster-start
just devSee console-frontend/README.md.