Commit graph

1 commit

Author SHA1 Message Date
admin
cb4431eade docs: add quick backend deployment checklist
Simple step-by-step guide to deploy backend to nexus-vector:

1. SSH to nexus-vector
2. Create deployment directory
3. Clone repository
4. Set up SSL certificates (Let's Encrypt)
5. Create .env with secure passwords
6. Copy docker-compose.prod.yml
7. Build and start services
8. Run database migrations
9. Verify with curl

Includes:
- Secure password generation commands
- Troubleshooting section
- Common Docker commands
- Deployment checklist
- Success criteria
- Notes about first-time deployment

Use this to quickly get the backend running!

Job ID: MTAD-IMPL-2025-11-18-CL
2025-11-18 03:12:46 +00:00