Skip to content

UKHO/exchange-set-fulfilment-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exchange Set Fulfilment Service

Prerequisites

Please ensure the following are installed on your development machine before building EFS.

  • Git
  • Docker Desktop

Cloning this repository

This repository includes a submodule reference to the ADDS Mock solution.

To initialise the submodule (pull the code):

  • Open a command prompt (cmd.exe)
  • Change to the repository root directory
git submodule update --init --recursive

Running the solution

Caution

Before opening and compiling the solution for the first time, you need to copy into the source a copy of the IIC tool distribution and blank workspace archive.

Copy root3.tar.gz and xchg-7.4.war into the root of the \src\UKHO.ADDS.EFS.Builder.S100 directory. You will have been given these files separately.

Open the EFS.sln in the root of the repository, ensure that the UKHO.ADDS.EFS.LocalHost project is set as start by default, and press f5!

Updating ADDS Mock to the latest version

To update the submodule reference in this repository to the latest version of ADDS Mock:

  • Open a command prompt (cmd.exe)
  • Change to the repository root directory
git submodule update --remote --merge

TODO

  • project structure
  • manual running (debug)
  • visual studio container dockerfile need to knows
  • solution architecture overview (diagram)

About

No description, website, or topics provided.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 31