Skip to content

QT-DevOps/assessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assessment

Scenario

  • This assessment assumes as a DevOps engineer you are expected to deploy the application named shopizer.
  • Deployment steps can be found in the documentation. The summary of the steps is
    • Ensure openjdk8 is installed
    • Ensure maven is installed
    • Build the application using the following command
    mvn clean install
    
    • use the war file as shown below to run application
    java -jar <shopizer.war>
    # or
    deploy war to tomcat
    

Links

About

This repository consists of assessment Questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors