-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from OpenPEPPOL/Develop
Develop
- Loading branch information
Showing
3 changed files
with
228 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.