Skip to content

LR-Training/training-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Land Registry Vagrant Training Environment

This is a local virtual environment that contains the following:

  • Jenkins running on port 8081
  • PostgreSQL running on port 5432
  • A Test app running on port 4567
  • A Json Get Register app running on port 5000

Prerequisite

Step 1

From the command line, Clone the repo:

git clone https://github.com/LR-Training/training-environment.git

Step 2

From the command line, type:

cd training-environment
vagrant up

To Update

From the command line, type:

cd training-environment
vagrant destroy
git pull
vagrant up

Available Web Sites

The following services are now available:

Available Tests

The following tests can be found in the tests folder:

  • Example 1 - Create a user on the Test App
  • Example 2 - Create a user and then use it to login to the Test App

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages