Instalación¶
1. Clonar los repositorios¶
git clone https://github.com/styxiner/complyx-server
git clone https://github.com/styxiner/complyx-api
git clone https://github.com/styxiner/complyx-ui
git clone https://github.com/styxiner/complyx-agent # en cada endpoint
2. Inicializar la base de datos¶
psql -U postgres -f complyx-api/sql/00_create_db.sql
psql -U postgres -d complyx -f complyx-api/sql/01_create_tables.sql
3. Compilar complyx-server¶
4. Arrancar complyx-api¶
5. Compilar el agente¶
Certificados mTLS
El agente necesita un certificado de cliente emitido por la PKI interna antes de conectarse. Ver Autenticación mTLS.