ZopDev is a cloud orchestration platform that streamlines cloud management. It automates cloud infrastructure management by optimizing resource allocation, preventing downtime, streamlining deployments, and enabling seamless scaling across AWS, Azure and GCP.
- Cloud Agnostic
- Automated Audits
To contribute please refer to the CONTRIBUTING.md file.
- Docker installed on your system.
- Node.js version "^18.18.0 || ^19.8.0 || >= 20.0.0" is required.
- Go (v1.24 or later)
Run the following command to pull and start the Docker image for the zop-api:
docker run -d -p 8000:8000 --name zop-api zopdev/api:v0.4.0Run the following command to pull and start the Docker image for the zop-ui:
docker run -d -p 3000:8000 -e API_BASE_URL='http://localhost:8000' --name zop-ui zopdev/dashboard:v0.4.0Note: The environment variable
API_BASE_URLis used by zop-ui to connect to the zop-api. Ensure that the value matches the API's running base URL.