Code Maestro can be deployed on customers' own servers, ensuring their repositories and related artifacts remain within their corporate environment.
<aside> 🔗
On-premise delivery package could be downloaded here.
</aside>
<aside> ⚠️
Please contact Code Maestro team to get the credentials to start using the package
</aside>
8080
, 19530
and 7687
MUST be open for incoming requests:
8080
, 19530
- HTTPS requests;7687
- TCP requests./$HOME/ssl/
with the pair of certificate and private key files in one of the following formats:
certificate.crt
& privatekey.key
files;certificate.pem
& privatekey.pem
files.Follow these steps to deploy Code Maestro on your servers for the first time:
Download and unpack on-premise delivery package at the destination server.
Adjust the certificate file names in docker-compose.yml
as needed
NEO4J_dbms_ssl_policy_bolt_private__key: "privatekey.pem"
// replace "privatekey.pem" with your private key file name
NEO4J_dbms_ssl_policy_bolt_public__certificate: "certificate.pem"
// replace "certificate.pem" with your certificate file name
Get your unique docker registry credentials from Code Maestro team.
Set security credentials in the docker-compose.yml **(this should be your unique secret access credentials; please make sure you keep them secure and share only with Code Maestro team): **NEO4J_AUTH
, CD_SERVICE_API_KEY
.