Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lgl
SmartVillages2 Converter
Commits
ebc11282
Commit
ebc11282
authored
Nov 21, 2024
by
Matthias Betz
Browse files
update README.md
parent
ba5bfcca
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ebc11282
...
@@ -10,18 +10,12 @@ It uses spring-boot as framework for the web handling. the built binary can be r
...
@@ -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.
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
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
## 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
mvn package
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment