Skip to content
/ TRUCE Public

TRUCE - Trusted Compliance Enforcement Framework.

License

Notifications You must be signed in to change notification settings

leroykim/TRUCE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤝 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