Development setup
Prerequisites
Section titled “Prerequisites”- Mise
- Just
- Docker
certutil(part of NSS tools). Required formkcertto install the CA into system trust stores
Installing certutil
Section titled “Installing certutil”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=65536kern.sysv.shmmax=16777216Installation
Section titled “Installation”mise trustmise installRun cluster
Section titled “Run cluster”just cluster-startjust devConsole Frontend
Section titled “Console Frontend”See console-frontend/README.md.