# tcas **Repository Path**: nanhu-lab/tcas ## Basic Information - **Project Name**: tcas - **Description**: trust cluster attestation server - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 3 - **Created**: 2024-07-23 - **Last Updated**: 2025-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Trust Cluster Attestation Server(TCAS) ## build ```shell cd hack bash release.sh buildimage ``` ## deploy ```shell mkdir /opt/tcas/ cp -a conf /opt/tcas docker run -p8081:8081 -v/opt/tcas/conf:/workplace/app/conf -v/opt/tcas/data:/workplace/encryptedData tcas:latest start ```