Skip to content

Commit

Permalink
chore: Update Contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin.kozlov committed Feb 21, 2024
1 parent e2a6d85 commit 18f5278
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ email, or any other method with the owners of this repository before making a ch

Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.

## Backend
For the backend, please, also see [backend/CODE OF CONDUCT](backend/CODE_OF_CONDUCT.md) and [backend/CONTRIBUTING](backend/CONTRIBUTING.md).


## Reporting bugs
Report bugs at https://github.com/m-team-kit/cookiecutter-web/issues
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-1.4-4baaaa.svg)](code_of_conduct.md)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-1.4-4baaaa.svg)](CODE_OF_CONDUCT.md)
# Cookiecutter-Web or Templates Hub

This application provides a 'marketplace' for commonly used [cookiecutter](https://cookiecutter.readthedocs.io/) templates, allowing the user to fill in the configuration online and download the generated project as a .zip file.
Expand All @@ -13,9 +13,9 @@ Copy `.env-example` to `.env` and refer to the comments to fill in desired confi

# Running the application

Run `docker compose -f docker-compose.base.yaml -f docker-compose.prod.yaml up --build` to deploy the application in production mode.
Run `docker compose -f docker-compose.base.yaml -f docker-compose.prod.yaml up --build -d` to deploy the application in production mode.

Run `docker-compose -f docker-compose.base.yaml -f docker-compose.dev.yaml up --build` to deploy the application in development mode for testing.
Run `docker compose -f docker-compose.base.yaml -f docker-compose.dev.yaml up --build` to deploy the application in development mode for testing.

# Deployed service
Deployed service can be found in [https://templates.services.fedcloud.eu/](https://templates.services.fedcloud.eu/)
Expand All @@ -27,7 +27,7 @@ In order to add a new template, please, follow the instructions at [https://gith
Please, see our [CONTRIBUTING](CONTRIBUTING.md) description and the [CODE OF CONDUCT](CODE_OF_CONDUCT.md).

# License
This code is distributed under the Apache 2.0 License. Please, see the [LICENSE](LICENSE) file
This code is distributed under the Apache 2.0 License. Please, see the [LICENSE](LICENSE) file.

# Authors and acknowledgment

Expand Down

0 comments on commit 18f5278

Please sign in to comment.