Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jan 18, 2024
1 parent a6b9d0e commit f9cd93a
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,34 @@
# Reporting BIS
# Reporting Specifications

The repository uses the new specification build tools for generating the artifacts and the static
site of the BIS
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:
* Prod: https://docs.peppol.eu/edelivery/specs/reporting/
* Test: https://test-docs.peppol.eu/edelivery/specs/reporting/

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

## Using the script

## Using the scripts
Using the either the [powershell](docker-pdk.ps1), [batch script](docker-pdk.cmd) in Windows or
the [bash](docker-pdk.sh) 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`

0 comments on commit f9cd93a

Please sign in to comment.