Skip to content

OpenPEPPOL/edec-reporting

Repository files navigation

Reporting Specifications

The repository uses the new specification build tools for generating the artifacts and the static site of the specifications.

The created site is available at:

Note: the build tools (PDK) is currently not publicly available.

Using the script

Using the either the powershell, batch script in Windows or the bash script on Linux and MacOS we can initiate nay of the possible build tasks

Starting a build

The build using the following command: ./docker-pdk

cleaning up

The build using the following command: ./docker-pdk clean

Starting up the server to serve the built pages

To start the local html server run the following command: ./docker-pdk-serve

Stopping the server

To stop the local html server run the following command: docker stop pdk-serve