Self-hosted deployment for the Bringup platform.
curl -fsSL https://raw.githubusercontent.com/bringup-labs/bringup-release/main/install.sh | sudo bashOr clone and run manually:
git clone https://github.com/bringup-labs/bringup-release.git
cd bringup-release
sudo ./install.shThe script will:
- Install Docker (Linux) or verify it's running (Mac)
- Install
mkcertand generate locally-trusted TLS certs - Add all subdomains to
/etc/hosts - Start all services
Once complete, open https://app.bringup.localhost
docker compose -f /opt/bringup/docker-compose.yml down -v
sudo rm -rf /opt/bringup