# DPSVR Deployment Checklist

## Before upload

- [ ] Confirm domain/subdomain
- [ ] Confirm database name, user, password
- [ ] Confirm PHP 8.2+
- [ ] Confirm Composer is available
- [ ] Confirm document root can point to `/public`
- [ ] Confirm SSL certificate is active

## After installation

- [ ] Login works
- [ ] Change demo admin password
- [ ] Create real client company
- [ ] Create real stations
- [ ] Create tanks and capacities
- [ ] Enter price per litre
- [ ] Create first shift
- [ ] Enter pump/dip readings
- [ ] Enter blind cash declaration
- [ ] Enter POS transactions
- [ ] Generate first report
- [ ] Confirm CSV export works
- [ ] Confirm audit log is recording events

## Security

- [ ] APP_DEBUG=false
- [ ] Strong admin password
- [ ] Server firewall enabled
- [ ] HTTPS enforced
- [ ] Regular database backup configured
- [ ] Demo data deleted or replaced before production use
