Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.22 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.22 KB

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