-
Notifications
You must be signed in to change notification settings - Fork 2
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 #31 from Worth-NL/feature/OpenKlant_2.0_Init
Feature/open klant 2.0 init
- Loading branch information
Showing
13 changed files
with
152 additions
and
26 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,6 +1,6 @@ | ||
# OMC Documentation | ||
|
||
v.1.7.2 | ||
v.1.7.3 | ||
|
||
© 2024, Worth Systems. | ||
|
||
|
@@ -48,6 +48,27 @@ In `launchSettings.json` file, remember to always have these lines incuded in th | |
|
||
![Invalid base URL - Error](images/swagger_ui_launch_settings.png) | ||
|
||
## 1.2. Docker | ||
|
||
- After cloning **OMC** Git repository: | ||
> [email protected]:Worth-NL/NotifyNL-OMC.git | ||
- Go to the root catalog: | ||
> .../NotifyNL-OMC | ||
- And run the following **docker** command: | ||
> docker build -f EventsHandler/Api/EventsHandler/Dockerfile --force-rm -t `omc` . | ||
> | ||
> NOTE: `omc` is just name of your **docker image** and it can be anything you want | ||
The command from above is addressing the issue with building **docker image** from the `Dockerfile` location: | ||
`ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref` | ||
|
||
![Docker - Failed to compute cache key](images/docker_error_failed_to_compute_cache_key.png) | ||
|
||
- From this moment follow the **HELM Chart** documentation to set up _environment variables_ | ||
in order to run an already created **docker container**. | ||
|
||
--- | ||
# 2. Architecture | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
58 changes: 56 additions & 2 deletions
58
EventsHandler/Api/EventsHandler/Properties/Resources.Designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"IsAsymmetric": false | ||
}, | ||
"Features": { | ||
"UseNewOpenKlant": true | ||
"UseNewOpenKlant": false | ||
}, | ||
"AllowedHosts": "*" | ||
} |
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"IsAsymmetric": false | ||
}, | ||
"Features": { | ||
"UseNewOpenKlant": true | ||
"UseNewOpenKlant": false | ||
}, | ||
"AllowedHosts": "*" | ||
} |