OpenG2P Developer Setup
Shared setup for all local stacks. Module pages only document what differs (ports, DBs, commands).
Quick start
git clone https://github.com/OpenG2P/openg2p-developer.git
cd openg2p-developer
cp .env.example .env
make setup && make infra-upsed -i 's/^USE_EXTERNAL_REDIS=.*/USE_EXTERNAL_REDIS=false/' .env
docker login registry.gitlab.com
make sync-images && make docker-farmer-upPrerequisites
Checklist
Hardware / OS
Resource
Minimum
Recommended
OS
Supported
Port check
Shared infrastructure (make infra-up)
Service
Port
Role
Users (Keycloak staff realm)
User
Password
Use
Auth flow
Keycloak
Workspace
Registry Gen2 (shared)
Common make targets
Updating versions
1. Docker images (Compose / docker-*-up)
2. Git repo refs (native clone / make setup)
3. Keep images and git refs aligned
Mode
What to bump
Hybrid cluster
Multi-module smoke test
Troubleshooting
Symptom
Fix
Last updated
Was this helpful?