Skip to content

Commit 23fea4f

Browse files
committed
docs: add EC2 deployment playbooks (Windows + macOS) and link from README
- EC2-deployment.md: Windows/PowerShell playbook for Ubuntu 24.04 LTS - EC2-deployment-macOS.md: macOS/Terminal playbook mirroring the same steps - Both cover: Security Group setup, .pem permissions, venv, .env upload, manual smoke tests, systemd units (backend + frontend), Nginx reverse proxy with WebSocket headers, troubleshooting table, redeploy workflow, and optional HTTPS via Let's Encrypt - README: new "Production Deployment" section linking both guides; fix stray ```clear typo - .env.example: surface LangSmith variables (still optional, just visible)
1 parent 05b86f5 commit 23fea4f

4 files changed

Lines changed: 1111 additions & 4 deletions

File tree

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
OPENAI_API_KEY=your_openai_api_key_here
22
# Optional: enable LangSmith observability
3-
# LANGSMITH_API_KEY=your_langsmith_api_key_here
4-
# LANGSMITH_TRACING=true
5-
# LANGSMITH_PROJECT=securelife-mcp-chainlit
3+
LANGSMITH_API_KEY=your_langsmith_api_key_here
4+
LANGSMITH_TRACING=true
5+
LANGSMITH_PROJECT=securelife-mcp-chainlit-ec2

0 commit comments

Comments
 (0)