Commit ebc11282 authored by Matthias Betz's avatar Matthias Betz
Browse files

update README.md

parent ba5bfcca
Showing with 2 additions and 8 deletions
+2 -8
......@@ -10,18 +10,12 @@ It uses spring-boot as framework for the web handling. the built binary can be r
It can be used behind a reverse-proxy like apache or nginx.
To configure the conversion binary use the start parameter `-Dconverter.executable=./IfcConvert`. The converter binaries for linux and
windows are included in this repository.
windows are included in this repository. The service requires executable rights for the converter program.
## Building
To build the service use
```
mvn build
```
## Packaging
To create a runnable package
To create a runnable package. This does not package the converter program into the jar. It has to be deployed seperatly.
```
mvn package
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment