Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linuxacademy/cicd-pipeline-train-schedule-dockerdeploy
Train Schedule sample app for Jenkins Pipelines CD with Docker exercises
https://github.com/linuxacademy/cicd-pipeline-train-schedule-dockerdeploy
Last synced: 2 days ago
JSON representation
Train Schedule sample app for Jenkins Pipelines CD with Docker exercises
- Host: GitHub
- URL: https://github.com/linuxacademy/cicd-pipeline-train-schedule-dockerdeploy
- Owner: linuxacademy
- Created: 2018-05-02T19:50:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T07:04:47.000Z (over 1 year ago)
- Last Synced: 2023-04-24T15:43:04.535Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 27
- Watchers: 5
- Forks: 3,784
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cicd-pipeline-train-schedule-dockerdeploy
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