-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from schoudhury/main
Updates to READMEs
- Loading branch information
Showing
3 changed files
with
105 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,71 @@ | ||
# Harness Community Edition | ||
This repo contains the files necessary to run Harness CE on your hardware. | ||
<p align="center"> | ||
<img src='https://harness.io/harness-light.svg' width='70%'> | ||
</p> | ||
|
||
We support two methods of installation, [Docker Compose](https://docs.docker.com/compose/) and [Helm](https://helm.sh/). | ||
If you are unsure which method is right for you, start with Docker Compose. | ||
--- | ||
|
||
## Getting started | ||
To get started with Docker Compose read our [Docker Compose instructions](./docker-compose/harness/README.md). | ||
Harness CD is a modern self-service continuous delivery solution that allows developers to deploy, verify and automatically rollback Kubernetes and other cloud-native applications on any public or private cloud infrastructure of their choice. | ||
|
||
For Helm/Kubernetes, read our [Helm instructions](./helm/README.md). | ||
- [What is Harness CD Community Edition?](#what-is-harness-cd-community-edition) | ||
- [Get Started with Harness CD Community Edition](#starting-with-harness-cd-community-edition) | ||
- [Get Started with Harness CD SaaS Plans](#starting-with-harness-cd-saas-plans) | ||
- [Docs](#docs) | ||
- [Need Help?](#need-help) | ||
- [Contributing](#contributing) | ||
- [Licensing](#design) | ||
- [Comparison with Other CD Tools](#comparison-with-other-cd-tools) | ||
- [See Also](#see-also) | ||
|
||
## What is Harness CD Community Edition? | ||
|
||
Harness CD Community Edition is a free and open edition of Harness CD that is designed for developers to deploy cloud-native services at the fastest velocity possible. Developers can self-host this edition on Docker or Kubernetes using a [docker-compose.yml](./docker-compose/harness/README.md) or a [helm-chart](./helm/README.md) respectively. This `harness-cd-community` repo houses these docker-compose and helm installers for Harness CD Community Edition while the `harness-core` and other public repos in this `harness` organization house the source code. | ||
|
||
Harness CD is also available as a fully-managed SaaS solution in three different plans, namely Free, Team and Enterprise. For more details, see the [Harness CD Editions & Plans](https://harness.io/pricing/?module=cd) page. | ||
|
||
<p align="center"> | ||
<img src='https://cms.harness.io/uploads/prod_cd_illus_96831ffa02.svg' width='70%'> | ||
</p> | ||
|
||
|
||
## Get Started with Harness CD Community Edition | ||
|
||
1. Install Harness CD Community Edition: [using docker-compose](./docker-compose/harness/README.md) or [using helm chart](./helm/README.md). | ||
2. Create a [Kubernetes CD pipeline](https://ngdocs.harness.io/article/ltvkgcwpum-harness-community-edition-quickstart#step_2_create_pipeline) and deploy a sample microservice into your local minikube or external Kubernetes cluster. | ||
3. Explore core features, such as [canary rollout](https://ngdocs.harness.io/article/i5p4feil89-create-a-kubernetes-canary-deployment), [automated infrastructure/Terraform provisioning](https://ngdocs.harness.io/article/boug6e884h-terraform-provisioning-with-harness), [pipeline-as-code](https://ngdocs.harness.io/article/1eishcolt3-harness-yaml-quickstart), [Git Experience](https://ngdocs.harness.io/article/dm69dkv34g-harness-git-experience-quickstart) and [built-in approvals](https://ngdocs.harness.io/article/43pzzhrcbv-using-harness-approval-steps-in-cd-stages). | ||
|
||
## Get Started with Harness CD SaaS Plans | ||
|
||
We can run Harness CD for you, so you don't have to host and manage your own instance. All you have to do is signup at [harness.io](https://app.harness.io/auth/#/signup/?module=cd). | ||
|
||
## Docs | ||
|
||
For additional guidance on installation, usage, and administration, see our [User Documentation](https://ngdocs.harness.io/article/ltvkgcwpum-harness-community-edition-quickstart). | ||
|
||
## Need Help? | ||
|
||
- [Harness Community Slack](https://join.slack.com/t/harnesscommunity/shared_invite/zt-y4hdqh7p-RVuEQyIl5Hcx4Ck8VCvzBw) - Join the `#cd-community` slack channel to connect with our engineers and other users running Harness CD. | ||
- [Harness Community Forum](https://community.harness.io/) - Ask questions, find answers, and help other users. | ||
- [Troubleshooting documentation](https://ngdocs.harness.io/article/jzklic4y2j-troubleshooting) - Learn how to troubleshoot common errors. | ||
- For filing bugs, suggesting improvements, or requesting new features, help us out by [opening an issue](https://github.com/harness/harness-cd-community/issues/new). | ||
|
||
## Contributing | ||
|
||
We welcome your contributions! We will soon be publishing guidelines on how you can contribute to Harness CD. | ||
|
||
## Licensing | ||
|
||
Harness CD Community Edition code is released under the source available [PolyForm Shield 1.0.0](https://polyformproject.org/wp-content/uploads/2020/06/PolyForm-Shield-1.0.0.txt) license. `harness-core` and other public repos in the `harness` organization contain code for the Harness CD Community Edition. These repos also have additional code that is licensed under [PolyForm Free Trial](https://polyformproject.org/wp-content/uploads/2020/05/PolyForm-Free-Trial-1.0.0.txt) license. | ||
|
||
When contributing to a Harness CD feature, you can find the relevant license in the comments at the top of each file. | ||
|
||
For more information, see the [Harness Loves Open Source page](). | ||
|
||
## Comparison with Other CD Tools | ||
|
||
To see how key features of Harness CD stack up against other CD tools, check out [Harness CD in Comparison](https://harness.io/learn/comparison-guide/). | ||
|
||
## See Also | ||
|
||
- [Technical Resources](https://harness.io/learn/resource-center/) (by Harness engineers and customers!) | ||
- [Harness Software Delivery Platform Documentation](https://ngdocs.harness.io/) | ||
- [The Harness Blog](https://harness.io/blog/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters