Skip to content
Snippets Groups Projects
Commit c41f0818 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Minor docs updates

parent c3b50e40
Branches
Tags
No related merge requests found
...@@ -19,11 +19,11 @@ Download and install [WildFly](https://www.wildfly.org/) >= 25.0.1 ...@@ -19,11 +19,11 @@ Download and install [WildFly](https://www.wildfly.org/) >= 25.0.1
Deploy the build from this project in Wildfly. Deploy the build from this project in Wildfly.
Wildfly should run on Java >= 14 Wildfly should run on Java >= 11
### Adding models ### Adding models
To add models, create this folder in WildFly: To add models, create this folder in WildFly:
`[WILDFLY_ROOT]/modules//no/nibio/vips/modelcontainer/main/` `[WILDFLY_ROOT]/modules/no/nibio/vips/modelcontainer/main/`
Add the model jar file, and edit module.xml accordingly. Add the model jar file, and edit module.xml accordingly.
``` xml ``` xml
...@@ -43,6 +43,7 @@ Add the model jar file, and edit module.xml accordingly. ...@@ -43,6 +43,7 @@ Add the model jar file, and edit module.xml accordingly.
<module name="com.fasterxml.jackson.core.jackson-core" export="false"/> <module name="com.fasterxml.jackson.core.jackson-core" export="false"/>
<module name="com.fasterxml.jackson.core.jackson-databind" export="false"/> <module name="com.fasterxml.jackson.core.jackson-databind" export="false"/>
<module name="com.vividsolutions.jts" export="false"/> <module name="com.vividsolutions.jts" export="false"/>
<module name="org.renjin" export="false"/>
</dependencies> </dependencies>
</module> </module>
...@@ -52,6 +53,5 @@ Add the model jar file, and edit module.xml accordingly. ...@@ -52,6 +53,5 @@ Add the model jar file, and edit module.xml accordingly.
You also need to make sure you have the dependency modules available. You also need to make sure you have the dependency modules available.
## Create client for a model ## Create client for a model
See [create_client.md](./docs/create_client.md) See [create_client.md](./docs/create_client.md)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment