first commit
This commit is contained in:
Executable
+16
@@ -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
|
||||
Reference in New Issue
Block a user