From 948bbb780c0852e1c6181c3f53df1c7e6a18e039 Mon Sep 17 00:00:00 2001 From: Romaric Philogene Date: Sun, 25 Oct 2020 22:16:42 +0100 Subject: [PATCH] update: README.md add: .dockerignore --- .dockerignore | 5 +++++ README.md | 27 ++++++++++++++++++++------- 2 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..7b21fb82 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,5 @@ +target +.git +.gitignore +.iml +.md \ No newline at end of file diff --git a/README.md b/README.md index 2f612cbf..19047613 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Qovery stack on top of Kubernetes and Cloud providers

-Qovery engine is an open-source abstraction layer product that makes deployment on **AWS**, **GCP**, **Azure** and others Cloud providers easy to do. The engine is coded in **Rust** and take advantage of **Terraform** and **Helm** to manage resources. +Qovery engine is an open-source abstraction layer product that makes deployment on **AWS**, **GCP**, **Azure** and others Cloud providers easy to do. The engine is coded in [Rust](https://www.rust-lang.org) and take advantage of [Terraform](https://www.terraform.io), [Helm](https://helm.sh), [Kubectl](https://kubernetes.io/docs/reference/kubectl/overview), [Docker](https://www.docker.com) to manage resources. - Website: https://www.qovery.com - Full doc: https://docs.qovery.com @@ -30,13 +30,16 @@ TODO ## Features -- **Cloud providers:** TODO -- **Continuous integrations:** TODO -- **Container registries:** TODO -- **DNS provider:** TODO -- **Powerful CLI:** TODO +Qovery engine supports a number of build methods and target Cloud providers out of the box and more can be easily added: -**[See more on our website](https://strapi.io/overview)**. +- **Cloud providers:** [AWS](https://docs.qovery.com/docs/using-qovery/configuration/business/cloud-account/amazon-web-services/), Digital Ocean ([in progress](https://docs.qovery.com/docs/using-qovery/configuration/business/cloud-account/digital-ocean/)), Azure ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/cloud-account/azure/)), GCP ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/cloud-account/google-cloud-platform/)), Scaleway ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/cloud-account/scaleway/)) +- **Build platforms:** [Qovery CI](https://docs.qovery.com/docs/using-qovery/configuration/business/build-platform/qovery-ci/), Circle CI ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/build-platform/circle-ci/)), Gitlab CI ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/build-platform/gitlab-ci/)), Github Actions ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/build-platform/github-actions/)) +- **Container registries:** [ECR](https://docs.qovery.com/docs/using-qovery/configuration/business/container-registry/elastic-container-registry/), [DockerHub](https://docs.qovery.com/docs/using-qovery/configuration/business/container-registry/docker-hub/), DOCR ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/container-registry/digital-ocean-container-registry/)), ACR ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/container-registry/azure-container-registry/)), SCR ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/container-registry/scaleway-container-registry/)) +- **DNS providers:** Cloudflare +- **Monitoring services:** Datadog ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/monitoring/datadog/)), Newrelic ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/monitoring/new-relic/)) +- **Powerful CLI:** in progress + +**[See more on our website](https://www.qovery.com)**. ## Documentation @@ -59,6 +62,16 @@ For general help using Qovery Engine, please refer to [the official Qovery Engin Check out our [roadmap](https://roadmap.qovery.com) to get informed of the latest features released and the upcoming ones. You may also give us insights and vote for a specific feature. +## FAQ +### Why Qovery +TODO + +### Why Rust +TODO + +### Why not Go +TODO + ## License See the [LICENSE](./LICENSE) file for licensing information.