Add production deployment configuration for server 104.225.217.215:5237

This commit is contained in:
Iyeoluwa Akinrinola
2025-07-25 11:53:34 +01:00
parent 8df9e0d07c
commit 6dc5773943
5 changed files with 142 additions and 5 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/bin/bash
# Simple startup script for Email Alerts Application
# Server: 104.225.217.215
# Port: 5237
echo "🚀 Starting Email Alerts Application..."
# Activate virtual environment
source venv/bin/activate
# Install dependencies if needed
pip install -r requirements.txt
# Start the server
python run_server.py