Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linuxacademy/cicd-pipeline-train-schedule-selfhealing
Train Schedule sample app for Jenkins Pipelines CD with Kubernetes Self-Healing exercises
https://github.com/linuxacademy/cicd-pipeline-train-schedule-selfhealing
Last synced: 3 days ago
JSON representation
Train Schedule sample app for Jenkins Pipelines CD with Kubernetes Self-Healing exercises
- Host: GitHub
- URL: https://github.com/linuxacademy/cicd-pipeline-train-schedule-selfhealing
- Owner: linuxacademy
- Created: 2018-05-14T17:45:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T19:01:55.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T05:36:22.269Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 189 KB
- Stars: 3
- Watchers: 4
- Forks: 836
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cicd-pipeline-train-schedule-selfhealing
This is a simple train schedule app written using nodejs. It is intended to be used as a sample application for a series of hands-on learning activities.
## Running the app
You need a Java JDK 7 or later to run the build. You can run the build like this:
./gradlew build
You can run the app with:
./gradlew npm_start
Once it is running, you can access it in a browser at http://localhost:8080