Quick Start

Quick Start
-----------

1. Edit `config\settings.ps1`.
2. Set `$Settings.S3Bucket`.
3. Keep `$Settings.DryRun = $true`.
4. Download an approved `index_beta_YYYY-MM-DD-v###.zip`.
5. Run:


powershell -ExecutionPolicy Bypass -File .\scripts\run-once.ps1


6. If the dry run looks right, set:


$Settings.DryRun = $false


7. Run it again.

Optional background watcher:


powershell -ExecutionPolicy Bypass -File .\scripts\install-scheduled-task.ps1


Developer-local package timestamp rule
--------------------------------------
Package HHMM must be the actual America/Los_Angeles local time when the artifact is created. Do not invent, estimate, round forward, or use a future timestamp.