Automated development environment setup for Retently platform.
Set up your development environment with one command:
Copied!
curl -fsSL https://retently.dev/setup.sh | bash
Bootstrap script requires authentication. Infrastructure details never exposed publicly.
Automatically detects and clones only repos you have access to.
Run multiple times safely. Already cloned repos are skipped.
Setup script auto-updates from docker repo. Always latest version.
Works on macOS and Linux. Handles differences automatically.
Complete environment in ~5 minutes. One command to rule them all.
Start services with:
cd ~/Projects/retently-platform/docker
docker-compose -f docker-compose.app.yml up
After setup, all documentation is in docker/docs/
docker/docs/START_HERE.md - Navigation guidedocker/docs/ARCHITECTURE.md - Complete architecturedocker/docs/SETUP_GUIDE.md - Step-by-step instructions