-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
placeholder for micro services demo code
- Loading branch information
Showing
3 changed files
with
27 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Microservices Developer Notes | ||
Notes for developers extending or fixing bugs in this sample code. | ||
|
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Microservices | ||
|
||
## What is this? | ||
A simple example of microservices made for running in Open Shift | ||
|
||
 | ||
|
||
## How can I run this? | ||
This app is configured to be deployed and managed via OpenShift. Which means all you'll need to do is click a few buttons and specify some settings. | ||
* If you are using OpenShift Online, [follow instructions here][1] | ||
* If you have OpenShift Enterprise, [follow instructions here][2] | ||
* If you are using this as part of a Red Hat workshop, follow the provided instructions instead | ||
|
||
## Notes | ||
None | ||
|
||
## License | ||
Under the terms of the [MIT][3]. | ||
|
||
|
||
[1]: https://developers.openshift.com/en/getting-started-overview.html | ||
[2]: https://docs.openshift.com/enterprise/latest/welcome/index.html | ||
[3]: https://opensource.org/licenses/MIT |