Python web application emails archive running on Alpine Linux.
- Clone the repository
- Create virtual environment:
python -m venv .venv - Activate:
source .venv/bin/activate - Install dependencies:
pip install -r requirements.txt - Copy
.env.exampleto.envand configure - Run:
./run-dev.sh
app/- Main application coderequirements.txt- Python dependenciesrun-dev.sh- Development server scriptinstall.sh- Installation script
- Python 3.12+
- See
requirements.txtfor dependencies