aroworkshop/README.md

42 строки
2.6 KiB
Markdown
Исходник Обычный вид История

2020-10-21 02:20:21 +03:00
![Build and depoyment](https://github.com/microsoft/aroworkshop/workflows/CI/badge.svg)
2019-06-13 01:44:36 +03:00
# aroworkshop.io
This is the repository for the Azure Red Hat OpenShift Workshop website.
## Technology
2019-06-13 20:00:36 +03:00
- The website is statically built using Jekyll and youll find the different pages inside the `_entries` folder
- You can preview your edits locally if you run `make build-run` inside the repository root
- The build pipeline builds Docker images of the site and hosts it on a private repository on Azure Container Registry (`msworkshops.azurecr.io`)
- The website is running on an [Azure Web App for Containers](https://azure.microsoft.com/en-us/services/app-service/containers/)
- The `master` branch gets deployed to the production slot [aroworkshop.io](http://aroworkshop.io)
- The `staging` branch gets deployed to the staging slot [staging.aroworkshop.io](http://staging.aroworkshop.io)
2019-06-13 01:44:36 +03:00
2019-06-14 00:26:35 +03:00
## Companion repositories
The application consists of 3 components:
| Component | Link |
|-----------------------------------------------------|-------------------------------------------------------------------|
| A public facing web frontend `rating-web` | [GitHub repo](https://github.com/microsoft/rating-web) |
2019-06-18 10:57:55 +03:00
| A public facing API `rating-api` | [GitHub repo](https://github.com/microsoft/rating-api) |
2019-10-10 02:24:09 +03:00
| A MongoDB with pre-loaded data | |
2019-06-14 00:26:35 +03:00
2019-06-13 20:00:36 +03:00
## Contributing
2019-06-13 01:44:36 +03:00
2019-06-13 20:00:36 +03:00
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.
Please fork and branch off `staging`, then submit a Pull Request against `staging`.
If you want your name to show up in the [contributors](http://aroworkshop.io/#contributors), please add your GitHub username to `_entries/99 Contributors.md` in alphabetical order.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
2019-10-10 02:24:09 +03:00
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.