Skip to content

sstrella-at-wiris/test-devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technical Test - Jr Devops - Santiago

  1. Install Prerequisites:

  2. Clone the Repository:

        git clone <repository-url>
        cd <repository-folder>
  3. Start the Vagrant Environment:

    • Run the following command to initialize and start the virtual machine:
      vagrant up
  4. Check if app is running:

    • Go to the browser and put the following URL: localhost:8080
  5. Access the Virtual Machine:

    • SSH into the virtual machine in case you need to check it:
      vagrant ssh
  6. Shut Down the Environment:

    • When done, stop the virtual machine:
      vagrant halt
  7. Destroy the Environment (Optional):

    • To remove the virtual machine completely:
      vagrant destroy -f

Refer to the project's documentation for additional details or troubleshooting steps.

About

Vagrant + Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors