Azure Red Hat OpenShift workshop
Перейти к файлу
Ahmed Sabbour ec2f4d0746 Updated logos 2019-06-18 13:00:20 -07:00
_entries Updated scaling 2019-06-18 12:13:13 -07:00
_includes Updated logos 2019-06-18 13:00:20 -07:00
_layouts Initial commit 2019-06-12 15:44:36 -07:00
_plugins Initial commit 2019-06-12 15:44:36 -07:00
_sass Updated logos 2019-06-18 13:00:20 -07:00
css Initial commit 2019-06-12 15:44:36 -07:00
img Updated logos 2019-06-18 13:00:20 -07:00
js Initial commit 2019-06-12 15:44:36 -07:00
media Added network policy stuff 2019-06-18 00:45:01 -07:00
.dockerignore Added dockerignore 2019-06-12 16:40:36 -07:00
.gitignore Initial commit 2019-06-12 15:44:36 -07:00
Dockerfile Initial commit 2019-06-12 15:44:36 -07:00
LICENSE Initial commit 2019-05-16 16:31:41 -07:00
LICENSE-CODE Initial commit 2019-05-16 16:31:43 -07:00
Makefile Initial commit 2019-06-12 15:44:36 -07:00
README.md Updated README 2019-06-18 00:57:55 -07:00
_config.yml Initial commit 2019-06-12 15:44:36 -07:00
azure-pipelines.yml Restored the deleted pipeline 2019-06-12 22:51:24 -07:00
diagarams.pptx Updated application links 2019-06-14 16:36:55 -07:00
index.html Initial commit 2019-06-12 15:44:36 -07:00

README.md

aroworkshop.io

This is the repository for the Azure Red Hat OpenShift Workshop website.

Technology

  • 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
  • The master branch gets deployed to the production slot aroworkshop.io
  • The staging branch gets deployed to the staging slot staging.aroworkshop.io

Companion repositories

The application consists of 3 components:

Component Link
A public facing web frontend rating-web GitHub repo
A public facing API rating-api GitHub repo
A MongoDB with pre-loaded data data

Contributing

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, 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. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.