No description
V1's running deployment at /opt/social-reporting on the server stays put until cutover; V1's source is preserved on the v1-archive branch and via git history. From this commit forward, all work targets v2/. The new root README points contributors at v2/ and documents the rollback path (deploy/rollback-to-v1.sh) for the cutover. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| v2 | ||
| .gitignore | ||
| DEVELOPER_BRIEF_V2.md | ||
| README.md | ||
Social Reporting
V2 lives in v2/. All commands run from there.
cd v2
docker compose -f docker-compose.v2.yml --env-file .env up -d --build
npm install
npm test # 62 unit tests
npm run pipe seed --report <brief-id>
For the full V2 spec see DEVELOPER_BRIEF_V2.md.
V1 archive
V1 source has been removed from main. It is preserved on the v1-archive
branch and the running deployment at /opt/social-reporting on the server.
To roll back from V2 to V1:
# On the server
bash /opt/social-reporting-v2/v2/deploy/rollback-to-v1.sh
To inspect or check out V1 source locally:
git checkout v1-archive