Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 487 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 487 Bytes

🤝 TRUCE: Trusted Compliance Enforcement Framework

KnAcc Lab License: GPL v3

Local Environment Setup

python3 -m venv .venv
source .venv/bin/activate
sudo pip install -r requirements.txt

Docker Setup

docker build -t trusted_middleware:latest .
docker run --name trusted_middleware -d -p 8000:5000 trusted_middleware:latest