Skip to content

Sample node.js web app for bTree Press How To Use Docker With Continous Integration To Build A DevOps Automated Workflow

Notifications You must be signed in to change notification settings

jasminejeane/Docker-With-Continuous-Integration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Primary Purpose of the application The purpose of this repository was to deploy this ready made application using docker the link for the success deployment is: http://docker-continuous-integration-1.06def74c.cont.dockerapp.io/

Test app for bTreePress course on Continuous Integration with Docker

This is a quick node.js app for the purposes of demonstrating a basic CI/CD workflow with Docker Hub for How To Use Docker With Continuous Integration To Build A DevOps Automated Workflow . This Project Is Included In the Exercise Files
and @
GitHub:
https://github.com/bTreePress/Docker-With-Continous-Integration

Instructions

download or pull to your local computer https://github.com/bTreePress/Docker-With-Continous-Integration.git

In the root of the project folder run

npm install

To Start the site run

node .

To View The Site go to:
http://localhost:8080

Note for the final Chapter I make a chnage to the home.hbs view to show the code going through the entire process. I put that code in a seperate file called home-cat.hbs.

About

Sample node.js web app for bTree Press How To Use Docker With Continous Integration To Build A DevOps Automated Workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 93.3%
  • JavaScript 6.7%