- Install direnv
curl -sfL https://direnv.net/install.sh | bash
and hook it to your shell rc - Install devbox
curl -fsSL https://get.jetify.com/devbox | bash
- Run
devbox install
to download and install all the dependencies - Run
devbox up
to bring up all services
- Multiple redis instances for classic and platform
- Update Nginx reverse proxy
- Unleash
- SSL proxy and cert gen https://www.nixhub.io/packages/ssl-proxy
- ...
- dnsmasq for supporting wildcard subdomain to avoid editing
/etc/hosts
file